24Oct22rv1_14_1+1886-cbcc9551378 - detailed test results for SUMO.gui

To reconnect the TextTest GUI to these results, run:

texttest -a sumo -d /home/delphi/clangDebug/sumo/tests -reconnect /home/delphi/clangDebug/texttesttmp/clang3_64D.31Oct050554.1735942 -g

To start TextTest for these tests, run:

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


gui: 3503 tests: 5 succeeded 3431 FAILED 36 known bugs 31 killed

Detailed information for the tests that FAILED:

TEST FAILED on ts-sim-build-ba : action_step_length CF_dynamics adapt_speed_to_new_lane ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4142289==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb05da7a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb047cec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb0599bb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length CF_dynamics apparentDecel_emergencyDecel apparentDecel_higher ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,61
> 
> =================================================================
> ==4141813==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f564ea1c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f563881c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f564a95d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 304 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length CF_dynamics apparentDecel_emergencyDecel apparentDecel_lower ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4141690==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5269e0b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5253c0e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5265d4c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length CF_dynamics apparentDecel_emergencyDecel apparentDecel_lower_collision ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,135
> 
> =================================================================
> ==4141759==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f83b3dc42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f839e0360cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f83afd05082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length CF_dynamics apparentDecel_emergencyDecel apparentDecel_lower_collision_avoided ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4141773==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9f3c7752f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9f269e60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9f386b6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length CF_dynamics apparentDecel_emergencyDecel emergency_decel_collision ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,135
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Warning: Teleporting vehicle 'follower2'; collision with vehicle 'follower', lane='end3_0', gap=-0.09, time=7.80 stage=move.
> Warning: Vehicle 'follower2' teleports beyond arrival edge 'end3', time=7.80.
> 
> =================================================================
> ==4141834==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f43b76d12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f43a19410cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length CF_dynamics stopping stop_at_point ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,103
> 
> =================================================================
> ==4142365==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fafa4c842f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7faf8eef40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fafa0bc5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length CF_dynamics stopping stop_at_point_with_follower ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4142463==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f626a8ec2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6254b5e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f626682d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length CF_dynamics stopping stop_at_point_with_follower_insertion_offset ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4142500==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f88cbe122f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f88b60840cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f88c7d53082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length CF_dynamics stopping stop_at_point_with_follower_tau ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4142477==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb9360f52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb9203640cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb932036082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length CF_dynamics tau tau0.2_actionsteplength0.2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4142288==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3e476f82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3e310890cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3e43639082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length CF_dynamics tau tau0.5_actionsteplength1.0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
3a14,136
> 
> =================================================================
> ==4142251==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc4066a12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc3f00460cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc4025e2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length CF_dynamics tau tau0.5_actionsteplength1.0_options ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
3a14,136
> 
> =================================================================
> ==4142179==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe5e35452f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe5cced50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe5df486082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length CF_dynamics tau tau1.0_actionsteplength0.5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4142226==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f49184ab2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4901e3b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f49143ec082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length CF_dynamics tau tau1.0_actionsteplength1.0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4141888==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe3404292f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe329dd00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe33c36a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics change_later ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4141616==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fae997d42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fae835d60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fae95715082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- Differences in rawdump ----------
1008c1008
<                 <vehicle id="veh" pos="165.24" speed="28.15"/>
---
>                 <vehicle id="veh" pos="165.23" speed="27.93"/>
1017c1017
<                 <vehicle id="veh" pos="168.03" speed="27.70"/>
---
>                 <vehicle id="veh" pos="167.99" speed="27.25"/>
1026c1026
<                 <vehicle id="veh" pos="170.78" speed="27.25"/>
---
>                 <vehicle id="veh" pos="170.68" speed="26.58"/>
1035c1035
<                 <vehicle id="veh" pos="173.48" speed="26.80"/>
---
>                 <vehicle id="veh" pos="173.30" speed="25.91"/>
1044c1044
<                 <vehicle id="veh" pos="176.14" speed="26.35"/>
---
>                 <vehicle id="veh" pos="175.86" speed="25.23"/>
1053c1053
<                 <vehicle id="veh" pos="178.75" speed="25.90"/>
---
>                 <vehicle id="veh" pos="178.35" speed="24.56"/>
1062c1062
<                 <vehicle id="veh" pos="181.32" speed="25.45"/>
---
>                 <vehicle id="veh" pos="180.77" speed="23.89"/>
1071c1071
<                 <vehicle id="veh" pos="183.84" speed="25.00"/>
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics continuous_lanechange basic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4139425==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcc16a132f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcc00c740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcc12954082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics continuous_lanechange block_both_lanes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4139888==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff73b6e62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff7259560cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff737627082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics continuous_lanechange bugs ticket1153 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4140479==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3191a1b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f317b81c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f318d95c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics continuous_lanechange bugs ticket4010 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4140549==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f08af8912f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0899b020cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f08ab7d2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics continuous_lanechange bugs ticket4364 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4140596==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f795b6f42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f79454f30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7957635082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics continuous_lanechange change_while_stopped ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4140278==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f08aa1392f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f08943a90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f08a607a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics continuous_lanechange check_leader_on_both_lanes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4140061==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f739fa872f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7389ce10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f739b9c8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics continuous_lanechange check_leader_on_both_lanes2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4140078==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa9dc4a72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa9c67040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa9d83e8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics continuous_lanechange check_remaining_space ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4139959==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2b725de2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2b5c3e20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2b6e51f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics continuous_lanechange check_remaining_space2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4140000==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3e193612f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3e035d40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3e152a2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics continuous_lanechange internal_lane_straight ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4139976==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe9e78932f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe9d16810cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe9e37d4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics continuous_lanechange internal_lane_straight_midpoint ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4139989==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6a909732f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6a7a7760cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6a8c8b4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics continuous_lanechange internal_lane_turn ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4139986==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2b18e912f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2b02c7e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2b14dd2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics continuous_lanechange lcSigma ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4140604==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff1e06b42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff1ca9110cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff1dc5f5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics continuous_lanechange lefthand ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4139469==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efe7d6c72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efe679270cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efe79608082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics continuous_lanechange maxSpeedLat ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4139542==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3489de32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f34740530cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3485d24082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics continuous_lanechange maxSpeedLat2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4139758==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f11576202f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f11418920cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1153561082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics continuous_lanechange maxSpeedLatStanding ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4139782==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffbd816a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffbc23dc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffbd40ab082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics continuous_lanechange ramp_end_maxSpeedLatStanding_0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4139770==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7feb5a6802f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7feb448ec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7feb565c1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics overtaking overtake_stopped_on_the_left ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4140911==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f57e3bb12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f57cddfc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f57dfaf2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics overtaking overtake_stopped_on_the_left_low_space ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4141065==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd905d912f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd8effdc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd901cd2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics overtaking overtaking_right_allowed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4141288==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f49a4a7a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f498ecd60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f49a09bb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics overtaking overtaking_right_emergency ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4141454==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd88d33e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd8775af0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd88927f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics overtaking overtaking_right_forbidden ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4141362==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5ff1f7f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5fdc1d90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5fedec0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics overtaking overtaking_right_forbidden_to_fast_to_stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4141269==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdee39fc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdecdc590cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdedf93d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- Differences in tripinfos ----------
5,6c5,6
<     <tripinfo id="this_test_should_fail_as_a_reminder_to_look_at_it" depart="1.50" departLane="beg_0" departPos="1000.00" departSpeed="36.00" departDelay="0.00" arrival="58.00" arrivalLane="beg_0" arrivalPos="2998.50" arrivalSpeed="36.00" duration="56.50" routeLength="1998.50" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.95" rerouteNo="0" devices="tripinfo_overtaking" vType="fast" speedFactor="1.00" vaporized=""/>
<     <tripinfo id="slow_middle" depart="0.00" departLane="beg_1" departPos="1000.00" departSpeed="25.00" departDelay="0.00" arrival="80.00" arrivalLane="beg_1" arrivalPos="2998.50" arrivalSpeed="25.00" duration="80.00" routeLength="1998.50" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.00" rerouteNo="0" devices="tripinfo_slow_middle" vType="slow" speedFactor="1.00" vaporized=""/>
---
>     <tripinfo id="overtaking" depart="1.50" departLane="beg_0" departPos="1000.00" departSpeed="36.00" departDelay="0.00" arrival="57.90" arrivalLane="beg_0" arrivalPos="2996.00" arrivalSpeed="36.00" duration="56.40" routeLength="1996.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.95" rerouteNo="0" devices="tripinfo_overtaking" vType="fast" speedFactor="1.00" vaporized=""/>
>     <tripinfo id="slow_middle" depart="0.00" departLane="beg_1" departPos="1000.00" departSpeed="25.00" departDelay="0.00" arrival="79.90" arrivalLane="beg_1" arrivalPos="2996.00" arrivalSpeed="25.00" duration="79.90" routeLength="1996.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.00" rerouteNo="0" devices="tripinfo_slow_middle" vType="slow" speedFactor="1.00" vaporized=""/>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics speedGain default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4140630==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9b47cbb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9b31aba0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9b43bfc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics speedGain keepRight0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4140633==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2905e1c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f28efc2a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2901d5d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics speedGain lcSpeedGainRight1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4140755==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0afb0702f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0ae4e7e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0af6fb1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics speedGain speedGain2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4140721==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f53583a72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f53421a60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f53542e8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics speed_assistance urgent_change_backBlocker_slowdown ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4140867==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fab2b2c22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fab155320cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fab27203082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length LC_dynamics urgent_change_backBlocker_slowdown ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4141575==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1aebd742f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1ad5fe60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1ae7cb5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane 1edge_2lanes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4142774==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f841bc0a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8405e7c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8417b4b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane angles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4144427==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2c1ca482f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2c06ca40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2c18989082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane bestOffset2_noReserve ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4144847==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd8fbd7a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd8e5fd60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd8f7cbb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane bestOffset2_reserve ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4144668==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd2c59042f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd2afb740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd2c1845082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane beyond_lane_on_junction ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4144622==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8889a212f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8873c920cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8885962082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane bugs ticket2154 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4145106==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6a8e7e72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6a78a590cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6a8a728082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane bugs ticket2259 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4145114==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffad682f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffac0a9c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffad2770082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane bugs ticket2585 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4145258==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f35966542f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f35808b10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3592595082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane bugs ticket3028 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4145337==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd4061112f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd3f03810cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd402052082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane bugs ticket3050 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4145354==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3928d102f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3912f800cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3924c51082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane bugs ticket3107 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4145470==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc654a2d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc63ec8e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc65096e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane bugs ticket3184 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4145634==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd879c0a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd863e670cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd875b4b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane bugs ticket3195 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4145652==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3edac422f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3ec4e9c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3ed6b83082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane bugs ticket3213 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,80
> 
> =================================================================
> ==4145683==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f34d2b262f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f34bcd810cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f34cea67082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane bugs ticket3244 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,80
> 
> =================================================================
> ==4145724==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f86b353b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f869d7a90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f86af47c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane bugs ticket3333 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4145743==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb95d53b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb9477940cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb95947c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane bugs ticket3372 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4145823==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f17f73bf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f17e162f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f17f3300082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane bugs ticket3582 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4145950==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdb174a02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdb017120cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdb133e1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane bugs ticket3601 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4145973==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5ac0b8b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5aaadcf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5abcacc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane bugs ticket3613 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4146036==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0279fa82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f02642050cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0275ee9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane bugs ticket3618 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,81
> Warning: Teleporting vehicle 'right'; junction collision with vehicle 'left', lane=':B_0_2', gap=-11.50', latGap=-1.06, time=0.90 stage=move.
> Warning: Vehicle 'right' ends teleporting on edge 'middle', time=0.90.
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4146173==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3afe6f22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3ae89640cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane bugs ticket3619 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4146357==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5ce0be22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5ccae3f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5cdcb23082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane bugs ticket5275 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4146244==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f81c1d072f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f81ab5f00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f81bdc48082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane buridan_1lane ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4144651==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f30144c82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2ffe7380cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3010409082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- Differences in tripinfos ----------
6,14c6,14
<     <tripinfo id="veh.1" depart="0.10" departLane="beg_0" departPos="83.80" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="9.70" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="2.05" arrivalSpeed="8.86" duration="9.60" routeLength="16.20" waitingTime="5.00" waitingCount="2" stopTime="0.00" timeLoss="8.24" rerouteNo="0" devices="tripinfo_veh.1" vType="t0" speedFactor="0.88" vaporized=""/>
<     <tripinfo id="veh.4" depart="0.40" departLane="beg_0" departPos="61.00" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="12.90" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="3.78" arrivalSpeed="13.88" duration="12.50" routeLength="39.00" waitingTime="4.70" waitingCount="3" stopTime="0.00" timeLoss="9.74" rerouteNo="0" devices="tripinfo_veh.4" vType="t0" speedFactor="1.06" vaporized=""/>
<     <tripinfo id="veh.9" depart="0.90" departLane="beg_0" departPos="23.01" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="17.50" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="-2.65" arrivalSpeed="9.92" duration="16.60" routeLength="76.99" waitingTime="2.60" waitingCount="4" stopTime="0.00" timeLoss="8.76" rerouteNo="0" devices="tripinfo_veh.9" vType="t0" speedFactor="0.71" vaporized=""/>
<     <tripinfo id="veh.2" depart="0.20" departLane="beg_0" departPos="76.20" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="18.80" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="2.46" arrivalSpeed="6.76" duration="18.60" routeLength="23.80" waitingTime="10.10" waitingCount="4" stopTime="0.00" timeLoss="16.87" rerouteNo="0" devices="tripinfo_veh.2" vType="t0" speedFactor="1.02" vaporized=""/>
<     <tripinfo id="veh.7" depart="0.70" departLane="beg_0" departPos="38.21" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="23.70" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="3.72" arrivalSpeed="10.72" duration="23.00" routeLength="61.79" waitingTime="7.10" waitingCount="6" stopTime="0.00" timeLoss="17.12" rerouteNo="0" devices="tripinfo_veh.7" vType="t0" speedFactor="0.77" vaporized=""/>
<     <tripinfo id="veh.3" depart="0.30" departLane="beg_0" departPos="68.60" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="24.90" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="-2.46" arrivalSpeed="6.78" duration="24.60" routeLength="31.40" waitingTime="12.30" waitingCount="5" stopTime="0.00" timeLoss="22.61" rerouteNo="0" devices="tripinfo_veh.3" vType="t0" speedFactor="1.17" vaporized=""/>
<     <tripinfo id="veh.8" depart="0.80" departLane="beg_0" departPos="30.61" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="25.30" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="3.23" arrivalSpeed="12.16" duration="24.50" routeLength="69.39" waitingTime="7.20" waitingCount="6" stopTime="0.00" timeLoss="18.72" rerouteNo="0" devices="tripinfo_veh.8" vType="t0" speedFactor="0.88" vaporized=""/>
<     <tripinfo id="veh.5" depart="0.50" departLane="beg_0" departPos="53.40" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="27.00" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="-3.00" arrivalSpeed="8.59" duration="26.50" routeLength="46.60" waitingTime="10.60" waitingCount="6" stopTime="0.00" timeLoss="21.32" rerouteNo="0" devices="tripinfo_veh.5" vType="t0" speedFactor="0.66" vaporized=""/>
<     <tripinfo id="veh.6" depart="0.60" departLane="beg_0" departPos="45.81" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="33.10" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="2.46" arrivalSpeed="6.52" duration="32.50" routeLength="54.19" waitingTime="12.20" waitingCount="7" stopTime="0.00" timeLoss="28.91" rerouteNo="0" devices="tripinfo_veh.6" vType="t0" speedFactor="1.09" vaporized=""/>
---
>     <tripinfo id="veh.1" depart="0.10" departLane="beg_0" departPos="83.80" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="12.70" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="2.55" arrivalSpeed="6.76" duration="12.60" routeLength="16.20" waitingTime="6.00" waitingCount="3" stopTime="0.00" timeLoss="11.21" rerouteNo="0" devices="tripinfo_veh.1" vType="t0" speedFactor="0.88" vaporized=""/>
>     <tripinfo id="veh.6" depart="0.60" departLane="beg_0" departPos="45.81" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="13.10" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="-2.10" arrivalSpeed="15.16" duration="12.50" routeLength="54.19" waitingTime="2.50" waitingCount="4" stopTime="0.00" timeLoss="8.80" rerouteNo="0" devices="tripinfo_veh.6" vType="t0" speedFactor="1.09" vaporized=""/>
>     <tripinfo id="veh.4" depart="0.40" departLane="beg_0" departPos="61.00" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="14.80" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="3.89" arrivalSpeed="13.57" duration="14.40" routeLength="39.00" waitingTime="6.00" waitingCount="3" stopTime="0.00" timeLoss="11.70" rerouteNo="0" devices="tripinfo_veh.4" vType="t0" speedFactor="1.06" vaporized=""/>
>     <tripinfo id="veh.7" depart="0.70" departLane="beg_0" departPos="38.21" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="15.40" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="-3.00" arrivalSpeed="10.72" duration="14.70" routeLength="61.79" waitingTime="2.50" waitingCount="4" stopTime="0.00" timeLoss="8.88" rerouteNo="0" devices="tripinfo_veh.7" vType="t0" speedFactor="0.77" vaporized=""/>
>     <tripinfo id="veh.8" depart="0.80" departLane="beg_0" departPos="30.61" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="17.10" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="-3.80" arrivalSpeed="12.16" duration="16.30" routeLength="69.39" waitingTime="2.60" waitingCount="4" stopTime="0.00" timeLoss="10.47" rerouteNo="0" devices="tripinfo_veh.8" vType="t0" speedFactor="0.88" vaporized=""/>
>     <tripinfo id="veh.5" depart="0.50" departLane="beg_0" departPos="53.40" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="17.20" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="3.74" arrivalSpeed="9.20" duration="16.70" routeLength="46.60" waitingTime="6.10" waitingCount="4" stopTime="0.00" timeLoss="11.51" rerouteNo="0" devices="tripinfo_veh.5" vType="t0" speedFactor="0.66" vaporized=""/>
>     <tripinfo id="veh.9" depart="0.90" departLane="beg_0" departPos="23.01" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="19.40" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="-3.54" arrivalSpeed="9.91" duration="18.50" routeLength="76.99" waitingTime="2.60" waitingCount="4" stopTime="0.00" timeLoss="10.67" rerouteNo="0" devices="tripinfo_veh.9" vType="t0" speedFactor="0.71" vaporized=""/>
>     <tripinfo id="veh.2" depart="0.20" departLane="beg_0" departPos="76.20" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="23.80" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="2.55" arrivalSpeed="6.76" duration="23.60" routeLength="23.80" waitingTime="13.30" waitingCount="5" stopTime="0.00" timeLoss="21.87" rerouteNo="0" devices="tripinfo_veh.2" vType="t0" speedFactor="1.02" vaporized=""/>
>     <tripinfo id="veh.3" depart="0.30" departLane="beg_0" departPos="68.60" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="27.80" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="-2.46" arrivalSpeed="6.75" duration="27.50" routeLength="31.40" waitingTime="13.60" waitingCount="5" stopTime="0.00" timeLoss="25.51" rerouteNo="0" devices="tripinfo_veh.3" vType="t0" speedFactor="1.17" vaporized=""/>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane extra_wide_vehicle ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4143152==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7febcb79f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7febb5a120cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7febc76e0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane future_braking ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4144805==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fec57b652f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fec41dc10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fec53aa6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- Differences in output ----------
1c1
< Loading net-file from 'net.net.xml'... done ((TIME)).
---
> Loading net-file from 'net.net.xml' ... done ((TIME)).
3,4c3,4
< Simulation started with time: 0.00..
< Simulation ended at time: 33.00
---
> Simulation started with time: 0.00.
> Simulation ended at time: 32.10
11c11
< Statistics (avg):
---
> Statistics (avg of 2):
13c13,14
<  Duration: 26.00
---
>  Speed: 18.33
>  Duration: 26.35
15c16
<  TimeLoss: 0.00
---
>  TimeLoss: 0.34
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane junction_leader_sibling_block ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4145070==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f02df7372f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f02c99990cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f02db678082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane junction_leader_sibling_block2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4145075==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8b4cae12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8b36d430cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8b48a22082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane junction_leader_sibling_pass ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4145029==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdf8ab852f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdf74de60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdf86ac6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane lane_split_conflict ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4143204==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f36b9bd32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f36a3e300cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f36b5b14082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane maxSpeedLat ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4142739==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f79bef392f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f79a91a90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f79bae7a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane nopush_for_merge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4143802==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcb299442f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcb13bb70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcb25885082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane nopush_for_merge_undercut_frontgap ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4144072==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc0d30ed2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc0bd35d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc0cf02e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane nopushy_encroach ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4143927==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9ba5c832f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9b8fef40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9ba1bc4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane overtaking_bicycle ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4142599==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb1b035b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb19a5cc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb1ac29c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane overtaking_bicycle_step0.2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4142573==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6e023c62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6dec6380cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6dfe307082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane push_fail_adapt_speed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4144446==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1f671362f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1f513910cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1f63077082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane push_for_merge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4143353==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f73b8d082f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f73a2f640cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f73b4c49082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane push_for_merge_equalize_gaps ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,14
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Tracer caught signal 11: addr=0x0 pc=0x5b7b84 sp=0x7fdead1d8d30
> ==4143728==LeakSanitizer has encountered a fatal error.
> ==4143728==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
> ==4143728==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane push_for_merge_ignored ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4143716==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f36b84ec2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f36a275e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f36b442d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane push_for_merge_pushygap ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4143332==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdc615402f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdc4b79c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdc5d481082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane smallpush_for_merge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4143914==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9d8c3a32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9d766140cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9d882e4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane stay_on_road ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4144301==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc7c72862f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc7b14f60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc7c31c7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane strategic_stay_and_speedgain ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4143214==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f448a36d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f44745de0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f44862ae082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : action_step_length Sublane strategic_stay_and_speedgain2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4143220==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0ac5b542f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0aafdc60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0ac1a95082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container abort_impossible_transport ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3852961==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe2412d32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe22b5450cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe23d214082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container capacity ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3851569==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbb9db7e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbb87dc90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbb99abf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container container_number ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3851619==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9cad3892f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9c971780cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9ca92ca082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container container_start_containerStop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,123
> 
> =================================================================
> ==3852880==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f65e92692f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f65d306c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f65e51aa082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container errors duplicate_id ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3853316==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f03edf202f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f03e9e61082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f03edf2093c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f03edf1fb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : basic container errors duplicate_person_id ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,48
> 
> =================================================================
> ==3853356==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd5062632f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd4f04bf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd5021a4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container leaving_vehicle_at_stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3851623==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f263144a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f261b2360cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f262d38b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container line ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3852454==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3c030fe2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3bed3490cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3bff03f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container loading_duration_extension ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3852561==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f20214a22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f200b7020cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f201d3e3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container loading_duration_no_extension ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3852532==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1411d952f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f13fbff40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f140dcd6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container permitted ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3853173==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f713503e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f711f28a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7130f7f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container stop_duration ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3851723==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdcc17202f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdcab97d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdcbd661082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container transfer ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3852943==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa630d162f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa61af6f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa62cc57082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container transfer_unconnected ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3851410==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe666b1a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe650d750cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe662a5b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container transfer_unconnected_2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3851470==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f68585152f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f684276f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6854456082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f685851593c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f6858514b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container transfer_unconnected_3 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3851090==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa3c59ea2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa3afc5c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa3c192b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container transfer_unconnected_4 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3851098==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff5bb2182f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff5a548a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff5b7159082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container transfer_unconnected_chain ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3851013==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f795d4cd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f794772a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f795940e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f795d4cd93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f795d4ccb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container transfer_unconnected_fromto ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3850915==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f73e0e5c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f73cb0b90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f73dcd9d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container transfer_unconnected_fromto_chain ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3851014==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f36b66c92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f36a09260cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f36b260a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container transport ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3853036==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff2eac992f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff2d4f0a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff2e6bda082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container transport_wrong_destination ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,122
> 
> =================================================================
> ==3851688==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fad9603c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fad802990cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fad91f7d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container triggered ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3851871==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2f4803a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2f322a90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2f43f7b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container triggeredDepartParking ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3851917==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fac0f2d42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fabf95440cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fac0b215082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container triggeredParking ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3851910==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f14940dc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f147e34e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f149001d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container triggeredParkingNoCapacity ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,123
> 
> =================================================================
> ==3852060==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa60b3252f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa5f55960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa607266082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container triggeredParkingWait ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3852141==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f544bf482f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f54361b90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5447e89082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container triggered_oldStyle ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3851889==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbcb1c3d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbc9beaf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbcadb7e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container trip_chain ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3852610==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3e0e97f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3df876b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3e0a8c0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container trip_chain_containerStop_input ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3852708==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7feb9915f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7feb82f4b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7feb950a0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container trip_chain_no_from ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3852792==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5e7914d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5e62f3c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5e7508e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container two_containerstops_at_one_edge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,123
> 
> =================================================================
> ==3852582==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd9be1312f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd9a837c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd9ba072082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic container waiting_container ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3852159==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f85e961f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f85d388e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f85e5560082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic containerFlow tranship_containersPerHour ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3853417==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0550e292f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f053b0860cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f054cd6a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic containerFlow tranship_departPos_random ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3853613==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f53b660f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f53a086b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f53b2550082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic containerFlow tranship_probability ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3853486==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa156a392f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa140c940cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa15297a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic containerFlow transport ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3853353==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd1b84e82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd1a27350cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd1b4429082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic containerFlow triggered ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3853683==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f70aa6f92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f70949880cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f70a663a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic containerFlow trip_chain ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
3a14,124
> 
> =================================================================
> ==3853635==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc3fa6532f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc3e443e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc3f6594082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic dynamics approach_slow_lane ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3841840==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8d69fa82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8d53fe90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8d65ee9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic dynamics approach_slow_lane_dawdle ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3842023==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f84950862f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f847f0e50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8490fc7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic dynamics approach_slow_subsecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3841963==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f79f84062f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f79e24300cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f79f4347082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic dynamics deadlock teleport_multihop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
58a69,140
> 
> =================================================================
> ==3841176==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9144f432f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f912f19c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9140e84082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic dynamics deadlock time-to-teleport ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,135
> 
> =================================================================
> ==3840875==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f002afbc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f00152190cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0026efd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic dynamics deadlock time-to-teleport.highways ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,135
> 
> =================================================================
> ==3840998==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fda0442f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd9ee68c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fda00370082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic dynamics deadlock time-to-teleport.highways.min-speed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,135
> 
> =================================================================
> ==3841106==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc2f25522f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc2dc7c10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc2ee493082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic dynamics deadlock time-to-teleport.remove ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,134
> 
> =================================================================
> ==3841215==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f51b3ce62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f519df580cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f51afc27082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic dynamics deadlock time-to-teleport_custom ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,135
> 
> =================================================================
> ==3840923==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffa8a86c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffa74ade0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffa867ad082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic dynamics foe_on_minor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3842017==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc0d9fe52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc0c42620cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc0d5f26082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic dynamics insertion backlog_lanewise ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,148
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3841624==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f36498a52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3633b040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f36457e6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic dynamics insertion bestLane4 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3841719==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 608 byte(s) in 4 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f69a7d044f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic dynamics insertion force_unsafe_followspeed ( Last six runs Oct2022 )

---------- Differences in errors ----------
4a5,86
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3841681==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa7ebbc52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa7d5e370cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa7e7b06082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic dynamics insertion high_flow1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3841267==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6edf79d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6ec95ac0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6edb6de082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic dynamics insertion high_flow1_extreme ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,84
> 
> =================================================================
> ==3841585==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f64b53682f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f649f1780cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f64b12a9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic dynamics insertion high_flow2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3841323==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 220856 byte(s) in 1453 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f145b0404f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic dynamics insertion high_flow2_emergencyDecel ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3841386==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 220856 byte(s) in 1453 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f53d761d4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic dynamics insertion high_flow3 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3841414==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 439280 byte(s) in 2890 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fe653f6d4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic dynamics one_vehicle_10m_per_s_high_prio ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3841729==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcdf32af2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcddce6f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcdef1f0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic dynamics short_edge_arrival ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3841790==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f92e0f6e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f92cb1c90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f92dceaf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic dynamics short_edges ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3842206==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fde3fa4e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fde2961d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fde3b98f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic dynamics two_vehicles_10m_per_s_high_prio ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3841753==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa78f6942f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa7792670cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa78b5d5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic dynamics two_vehicles_differen_vmax ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3841764==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f346d7462f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f34573140cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3469687082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic hokkaido ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3843081==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc6490292f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc6332860cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc644f6a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic networks internal_net_internal_sim ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3842287==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb46c9142f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb456b820cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb468855082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic networks internal_net_plain_sim ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3842544==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fef7dd7f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fef67fd90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fef79cc0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic networks internal_net_plain_sim_allCustom ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3842586==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbe4b8062f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbe35a5f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbe47747082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic networks lefthand ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3842888==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0992a9a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f097cce70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f098e9db082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic networks net_with_taz ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3843056==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc5409ad2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc52ae660cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc53c8ee082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fc5409ad93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fc5409acb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic networks plain_net_internal_sim ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3842396==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff7c4c3f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff7aee9b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff7c0b80082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic networks plain_net_plain_sim ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3842682==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa2fefa12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa2e91fc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa2faee2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person atJunction_ride_walk ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3849035==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0a29e482f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0a140d70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0a25d89082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person atJunction_walk_ride ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3848863==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f348ec092f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3478e840cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f348ab4a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person errors duplicate_container_id ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,48
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3849455==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3e0d5022f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3df77940cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3e09443082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person errors duplicate_id ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3849356==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f62ff1842f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f62fb0c5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f62ff18493c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f62ff183b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : basic person errors invalid_busstop ( Last six runs Oct2022 )

---------- Differences in errors ----------
4a5,28
> 
> =================================================================
> ==3849315==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3984cbb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3980bfc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f3984cbb93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f3984cbab64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : basic person errors person_triggered_invalidFrom ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,61
> 
> =================================================================
> ==3849658==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f47c81432f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : basic person errors trainStop_car_disconnected ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,39
> 
> =================================================================
> ==3849606==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f87ed0a02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
>     #9 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #10 0x7f87edb825fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f87e8fe1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : basic person errors unsuitable_vclass ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3849672==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f86aadf92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f869506a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f86a6d3a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person leaving_vehicle_at_stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3848312==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7eff119a32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efefb7910cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7eff0d8e4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person leaving_vehicle_at_stop_subsecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3848329==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f861260f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f85fc4120cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f860e550082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person lefthand_wait ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,59
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3848833==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc6100392f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
>     #9 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person person_inserted_departPos ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3849714==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4a9bb3a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4a85da90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4a97a7b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person person_number ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,125
> 
> =================================================================
> ==3848349==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb63c3aa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb6261ac0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb6382eb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person person_triggered ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3847633==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdb8df2f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdb781c10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdb89e70082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person person_triggered_from ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3847682==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0b7f9a72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0b69c240cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0b7b8e8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person persons_triggered ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3847999==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f966f1742f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f96594060cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f966b0b5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person ride_ANY_stopLane ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3848499==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f23bfd9e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f23a9b9e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f23bbcdf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person ride_access_busstop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,123
> 
> =================================================================
> ==3849183==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f54b4dde2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f549ebe00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f54b0d1f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person ride_access_redundancy ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3849224==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7ab4c0b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7a9e9f90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7ab0b4c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person ride_and_stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3847442==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1ee2f7d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1ecd1de0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1edeebe082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person ride_and_stop_tolerance ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3847538==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe00a72c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdff498e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe00666d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person ride_premature_end ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,80
> 
> =================================================================
> ==3847573==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f22b5a782f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f229fce60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f22b19b9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person ride_stopMismatch ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3849172==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f27b614e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f279ff510cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f27b208f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person ride_wrong_destination ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,123
> 
> =================================================================
> ==3848377==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa89f1252f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa8893810cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa89b066082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person riding abort_impossible_ride ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,80
> 
> =================================================================
> ==3846346==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa24894b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa232ba40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa24488c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person riding boarding_duration_extension ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3845308==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2755ae02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f273fd3d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2751a21082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person riding boarding_duration_extension_limited ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3845470==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb2935302f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb27d78c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb28f471082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person riding boarding_duration_extension_limited_no_persons ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3845496==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb02dbe32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb0179e20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb029b24082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person riding boarding_duration_extension_small ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3845362==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fae078912f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fadf1aec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fae037d2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person riding boarding_duration_no_extension ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3845425==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fece7faa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fecd22070cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fece3eeb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person riding capacity ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3846378==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4c45cef2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4c2ff4c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4c41c30082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person riding deboarding_duration_extension ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3845560==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3af81522f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3ae23ac0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3af4093082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person riding permitted ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3846549==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3d656672f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3d4f8b10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3d615a8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person riding public ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3845855==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa269ab92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa253d290cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa2659fa082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person riding public_brief_stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3846012==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5fdc62c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5fc689c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5fd856d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person riding public_by_id ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3845930==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcf492d12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcf335410cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcf45212082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person riding public_wait ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3845962==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1050ecf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f103b1410cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f104ce10082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person riding ride ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3844555==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f016cfd62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f01572480cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0168f17082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person riding ride_access_ride ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3846734==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f98c61d52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f98affc40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f98c2116082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person riding ride_ignore_line ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3844674==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4701d552f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f46ebfc60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f46fdc96082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person riding ride_stoppingPlace ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3844576==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f45447ad2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f452e5ae0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f45406ee082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person riding ride_teleport ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,48
> 
> =================================================================
> ==3844628==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fee8540a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fee6f6870cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fee8134b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person riding ride_triggered_scale ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,91
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3846705==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9d44fb92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9d2f21b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9d40efa082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person riding triggered ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3846102==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f553c48d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f55266e70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f55383ce082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person riding triggered_discard ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,136
> 
> =================================================================
> ==3846244==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2edb4362f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person riding two_busstops_at_one_edge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,125
> 
> =================================================================
> ==3844920==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe3413832f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe32b1710cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe33d2c4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person riding two_busstops_at_one_edge2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,125
> 
> =================================================================
> ==3845105==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9a4ab982f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9a3499c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9a46ad9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person riding two_stops_at_one_edge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,125
> 
> =================================================================
> ==3845289==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f48c81f92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f48b246a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f48c413a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person riding vehicle_triggered ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3846341==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7094c062f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f707ee4f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7090b47082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person scale individual default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3846752==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6acde122f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6ab80a20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6ac9d53082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person scale individual scale0.5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3846848==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f53df7bc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f53c9a390cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f53db6fd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person scale individual scale3 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3846791==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0c5bb5d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0c45dec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0c57a9e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person scale personFlow_number default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3846936==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdd7fb742f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdd69df10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdd7bab5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fdd7fb7493c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fdd7fb73b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person scale personFlow_number scale0.5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3847209==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4429b312f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4413dbf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4425a72082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person scale personFlow_number scale3 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3847011==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fad7948f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fad6370c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fad753d0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person scale personFlow_probability default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3847306==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8022b832f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f800ce120cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f801eac4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person scale personFlow_probability scale0.5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3847381==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f773cccf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7726f5f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7738c10082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person scale personFlow_probability scale3 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3847348==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efc5d9072f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efc47b840cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efc59848082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person stop_duration ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3848011==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4af8a252f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4ae2c960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4af4966082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person stop_duration0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3848036==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc2fe6412f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc2e88af0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc2fa582082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person stop_edge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3848193==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb26da4d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb257cbf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb26998e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person stop_stoppingPlace ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3849192==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8d1cc602f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8d06a600cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8d18ba1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person stop_teleport_stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3848678==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2ef64f82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2ef2439082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f2ef64f893c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f2ef64f7b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : basic person three_trainStops_at_one_edge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3847417==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f408ec5c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4078a4b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f408ab9d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person trip_chain ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3848280==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f169977e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f168356b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f16956bf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person trip_chain_chargingstations ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3848301==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7faf8b1382f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7faf74f390cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7faf87079082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person walking walk ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3843688==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7eff4af5f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7eff351ce0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7eff46ea0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person walking walk_0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3843929==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb605a142f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb601955082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fb605a1493c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fb605a13b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : basic person walking walk_duration ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3843920==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbfe10792f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbfcb2ec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbfdcfba082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person walking walk_random_pos ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3844011==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe0a9f952f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe0941ef0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe0a5ed6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person walking walk_routeDist ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3844364==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb61fd662f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb609fc10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb61bca7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person walking walk_routeID ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3843820==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f24f2ed42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f24dd1310cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f24eee15082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person walking walk_speedFactor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3843757==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f075c77e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f07469ee0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f07586bf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person walking walk_start_crossing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3844238==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f72ed13b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f72d73840cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f72e907c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person walking walk_stoppingPlace ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3844435==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe7cda5f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe7b784b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe7c99a0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic person walking walk_unconnected ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3843411==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbdcbba02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbdb5e100cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbdc7ae1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic personFlow busStop_ride_busStop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3850851==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2ce7d9a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2ccf8370cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2ce3cdb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic personFlow busStop_ride_busStop_capacity ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3850877==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f56e863d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f56d00da0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f56e457e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic personFlow ferry_trip ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3850538==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fddeb4b62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fddd52ba0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdde73f7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic personFlow ride ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3849722==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbe5d11d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbe473800cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbe5905e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic personFlow ride_triggered ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3849731==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff86ab862f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff854de60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff866ac7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic personFlow ride_triggeredFlow ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3849762==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f80eda132f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f80d7c840cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f80e9954082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic personFlow triggered ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3850575==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0796ac92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0780d460cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0792a0a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic personFlow trip_chain ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
3a14,124
> 
> =================================================================
> ==3850517==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffb9ba5b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffb858480cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffb9799c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic personFlow walkRoute_busStop_walk ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3850747==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff30b76c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff2f32370cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff3076ad082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic personFlow walk_busStop_walk ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3850697==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2b5a1812f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2b41c4d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2b560c2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic personFlow walk_departPos_random ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3850041==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f70a1ab42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f708bd110cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f709d9f5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic personFlow walk_personsPerHour ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3849763==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6c0bc772f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6bf5ed10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6c07bb8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic personFlow walk_poisson ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3849766==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f52c4c662f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f52aeed40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f52c0ba7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f52c4c6693c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f52c4c65b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic personFlow walk_probability ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3849951==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fda4fed72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fda3a1490cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fda4be18082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic personFlow walk_routeDist ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3850155==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f74f6f522f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f74e11ac0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f74f2e93082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic personFlow walk_routeDist2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3850439==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f70b40d22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f709e3440cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f70b0013082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic personFlow walk_routeDist2_defaults ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3850454==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f023e5a72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f02288040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f023a4e8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic personFlow walk_routeDist_defaults ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3850276==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0fdcea12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0fc71100cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0fd8de2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes parsing edgeattr ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3838025==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f66682e12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f665253e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6664222082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes parsing edgeattr_nested ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3837953==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f37740e12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f375e3510cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3770022082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes parsing flow ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3838034==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fef312d72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fef1b5490cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fef2d218082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes parsing include ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3838083==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5b982f32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5b823360cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5b94234082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes parsing nested ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3837772==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7febc2f272f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7febad1940cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7febbee68082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes parsing nested_ref ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,39
> 
> =================================================================
> ==3837920==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe5a711e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7fe5a7bfff52 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x212f52)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe5a305f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : basic routes parsing old_style ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3837702==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd0bcb222f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd0a6d900cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd0b8a63082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes parsing one_edge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3838088==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f040b3a82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f03f56050cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f04072e9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes parsing repeat ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3838290==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f80b3eb22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f809e12f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f80afdf3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes parsing repeat_disconnected ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,61
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3838952==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc9fea552f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7fc9ff5375fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : basic routes parsing repeat_embedded ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3838448==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f757d9722f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7567c020cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f75798b3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes parsing repeat_flow_busstop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3838873==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f25cc36f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f25b619e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f25c82b0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes parsing repeat_flow_stops ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3838729==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7feb4c5642f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7feb367f40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7feb484a5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes parsing repeat_stops ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3838555==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2c65c3f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2c4fecf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2c61b80082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes parsing repeat_stops_no_period ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3838881==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f064f3152f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f064b256082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f064f31593c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f064f314b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : basic routes parsing reuse_id_false ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,93
> 
> =================================================================
> ==3837815==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 608 byte(s) in 4 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7eff0dfa0f52 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x212f52)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : basic routes parsing reuse_id_ok ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3837898==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efdb452e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efd9e79e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efdb046f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes parsing trip ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3838132==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8941bc02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f892be320cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f893db01082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes parsing trip_via ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3838184==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f74b3afd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f749dd6e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f74afa3e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes parsing trip_via_invalid ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,43
> 
> =================================================================
> ==3838249==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0458c4d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
>     #9 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #10 0x7f045972f5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0442ebd0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : basic routes simtime_explicite b0_e400 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3839015==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fad710612f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fad5b0930cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fad6cfa2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes simtime_explicite b0_e50 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3838970==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f935b0442f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f93450780cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9356f85082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes simtime_explicite b100_e400 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3839105==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9bdd3372f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9bc736a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9bd9278082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes simtime_explicite b50_e100 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3839040==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7da70ac2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7d910db0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7da2fed082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes simtime_fractional b0_e400 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3839178==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f60d9af52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f60c3b270cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f60d5a36082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes simtime_fractional b0_e50 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3839112==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2d061922f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2cf01c30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2d020d3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes simtime_fractional b0_e50_01 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3839165==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7134ce82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f711ed190cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7130c29082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes simtime_fractional b100_e400 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3839272==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6f3c2582f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6f262720cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6f38199082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes simtime_fractional b50_e100 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3839253==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f554c7142f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f55367450cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5548655082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes simtime_same b0_e400 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3839436==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f469ed282f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4688d520cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f469ac69082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes simtime_same b0_e50 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3839421==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1df85b82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1de25f90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1df44f9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes simtime_same b100_e400 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3839723==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f93895ce2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f937360f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f938550f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes simtime_same b50_e100 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3839650==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8763c422f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f874dc800cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f875fb83082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes validity all_lanes_valid ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3839731==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f74a04952f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f748a6ef0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f749c3d6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic routes validity connection_invalid ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,42
> 
> =================================================================
> ==3839760==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fca0e2582f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7fca0ed3a5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc9f84c40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : basic simple_nets box box1l ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3843091==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0d026502f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0cec8d10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0cfe591082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic simple_nets box box2l ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3843094==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2d5c5902f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2d468100cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2d584d1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic simple_nets box box3l ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3843099==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa71ba522f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa705cd10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa717993082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic simple_nets box box4l ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3843115==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe56953e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe5537aa0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe56547f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic simple_nets cross cross1l ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3843125==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5c8e06d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5c782de0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5c89fae082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic simple_nets cross cross1ltl ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3843214==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f17333682f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f171d5c10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f172f2a9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic simple_nets cross cross3l ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3843284==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff7d2a392f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff7bcc940cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff7ce97a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic simple_nets cross cross3ltl ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3843300==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc232d912f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc21d0020cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc22ecd2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic stops busstop_change_color ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3854385==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f364b8f12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f36356f50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3647832082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic stops long_bus_at_busstop ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3854205==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fadb99672f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fada37530cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fadb58a8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic stops long_bus_at_busstop2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3853949==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f03c7eda2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f03b1cde0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f03c3e1b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic stops long_rail_at_containerstop ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3854136==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5c482b02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5c320b40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5c441f1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic stops long_rail_at_containerstop2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3854032==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1909aaf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f18f38990cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f19059f0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic stops rail_at_containerstop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3854128==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe9a2a0c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe98c7f90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe99e94d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic stops ship_at_containerstop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3853748==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0c755dc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0c5f3cb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0c7151d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic stops stop_edge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3854276==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbc2ce3c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbc170890cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbc28d7d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic stops two_busses_at_one_busstop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3853750==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd8be5782f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd8a83780cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd8ba4b9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic stops two_rails_at_one_containerstop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3853903==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6db1fe72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6d9bdeb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6dadf28082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic vtypes invalid_type ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3840872==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe1972b82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe18152a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe1931f9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic vtypes no_type ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3839788==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f91325b22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f911c8240cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f912e4f3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic vtypes no_type_with_new ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3839872==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe399d162f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe383f6f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe395c57082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic vtypes no_type_with_new_default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3839898==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4fb4faf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4f9f2200cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4fb0ef0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic vtypes no_type_with_new_late ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,38
> 
> =================================================================
> ==3840170==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1a7470d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f1a751ef5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1a7064e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : basic vtypes two_types_first_major ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3840273==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe1982c42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe1825360cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe194205082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic vtypes two_types_first_off ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3840342==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f28904952f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f287a6ef0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f288c3d6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic vtypes two_types_same_prob ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3840270==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff0671a12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff0514100cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff0630e2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic vtypes two_types_second_off ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3840387==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2b9b4742f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2b856e60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2b973b5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic vtypes using_defaults ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3840184==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffad2a612f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffabccd40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fface9a2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic vtypes vclass_specific_speed_limit ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3840430==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff3a9d2d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff393f890cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff3a5c6e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic vtypes vclass_specific_speed_limit_from_additional ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3840467==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f65b401b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f659de070cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f65aff5c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic vtypes vclass_specific_speed_limit_internal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3840491==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f04321b72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f041bfa60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f042e0f8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic vtypes vclass_specific_speed_limit_internal_2types ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3840585==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7faadbfa82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7faac5d970cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7faad7ee9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic vtypes vclass_specific_speed_limit_internal_2types_higherSpeed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3840675==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6b28a122f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6b128010cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6b24953082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : basic vtypes vclass_specific_speed_limit_internal_type ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3840503==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f21fbd582f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f21e5b580cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f21f7c99082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx 2350888 internal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4171351==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f88bfa6e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f88a9cdc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f88bb9af082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx 2350888 no_internal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4171338==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd50d5a92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd4f78050cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd5094ea082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx 2468327 ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4171373==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6eb961a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6eb555b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f6eb961a93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f6eb9619b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : bugs 0xxx 2524031 false ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4171423==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8ec59c42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8eafc210cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8ec1905082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx 2524031 ok ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4171388==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f75fc3dd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f75e664f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f75f831e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx break_on_junction ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4173863==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1fae20c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1f9846a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1faa14d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx collision ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,84
> 
> =================================================================
> ==4171754==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1440d112f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f142af830cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f143cc52082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx initialization_of_triggered_stops ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4172119==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f42907fd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f427aa6e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f428c73e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx lanechange ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,65
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:351:21: runtime error: member call on address 0x6150000a9680 which does not point to an object of type 'GUIGlChildWindow'
> 0x6150000a9680: note: object is of type 'FX::FXComposite'
>  de 00 80 50  c0 65 fc 0c 2c 7f 00 00  b0 e7 97 91 fd 7f 00 00  00 00 00 00 00 00 00 00  6e 0a 20 00
>               ^~~~~~~~~~~~~~~~~~~~~~~
>               vptr for 'FX::FXComposite'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:351:21 in 
> /home/delphi/clangDebug/sumo/src/utils/gui/windows/GUIGlChildWindow.cpp:103:12: runtime error: member access within address 0x6150000a9680 which does not point to an object of type 'const GUIGlChildWindow'
> 0x6150000a9680: note: object is of type 'FX::FXComposite'
>  de 00 80 50  c0 65 fc 0c 2c 7f 00 00  b0 e7 97 91 fd 7f 00 00  00 00 00 00 00 00 00 00  6e 0a 20 00
>               ^~~~~~~~~~~~~~~~~~~~~~~
>               vptr for 'FX::FXComposite'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/utils/gui/windows/GUIGlChildWindow.cpp:103:12 in 
> /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:351:32: runtime error: member call on address 0x61a00001e680 which does not point to an object of type 'GUISUMOAbstractView'
> 0x61a00001e680: note: object is of type 'FX::FXWindow'
>  08 01 00 5d  38 eb fd 0c 2c 7f 00 00  b0 e7 97 91 fd 7f 00 00  00 00 00 00 00 00 00 00  99 0a 20 00
>               ^~~~~~~~~~~~~~~~~~~~~~~
>               vptr for 'FX::FXWindow'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:351:32 in 
> /home/delphi/clangDebug/sumo/src/utils/gui/windows/GUISUMOAbstractView.cpp:1479:22: runtime error: member access within address 0x61a00001e680 which does not point to an object of type 'GUISUMOAbstractView'
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx lanechange_cross ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4171860==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f18c25062f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f18ac75f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f18be447082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx right_before_left_deadlock ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4171279==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7269f222f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f725417d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7265e63082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx teleport_after_long_stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4172167==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcdedb942f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcdd7e020cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcde9ad5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket139 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4171742==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa5ffcd42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa5e9d020cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa5fbc15082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket19 dead_end_problem1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4171306==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fba4cf472f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fba371a40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fba48e88082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket218 one_bus ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4171920==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f01f4f242f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f01deae30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f01f0e65082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket218 three_busses ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4171972==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa09a92e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa0844ec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa09686f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket235 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4172003==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc7e70712f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc7d109f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc7e2fb2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket331 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4172062==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0b42cfb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0b2cd3c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0b3ec3c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket376 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,91
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4172077==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3ccbef02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f3ccc9d1f52 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x212f52)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket400 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
3a14,136
> 
> =================================================================
> ==4172115==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4ab8bea2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket435_parking continuation_speed_and_pos ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4172204==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe0571b32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe040fc60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe0530f4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket435_parking no_tripinfo_reset ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4172249==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7eff217092f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7eff0b96a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7eff1d64a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket586 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4172388==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6306a9e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f62f0cf70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f63029df082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket604 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4172403==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa4a6c812f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa490caf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa4a2bc2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket609 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4172481==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd1a13b52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd18b3e60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd19d2f6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket611 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4172624==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc5247f72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc50ea530cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc520738082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket651 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,91
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4172641==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcac6e2d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7fcac790f5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket676 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4172650==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd9158e12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd8ffb120cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd911822082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket676_no_internal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4172658==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2d306ac2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2d1a8dc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2d2c5ed082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket699 length ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
8a19,87
> 
> =================================================================
> ==4172807==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5c45f302f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5c3019f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5c41e71082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket699 plain ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4172743==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f34577ce2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3441a3e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f345370f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket699 sigma ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4172828==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcbe5df12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcbd00610cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcbe1d32082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket720 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4172838==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb2908622f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb27a6750cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb28c7a3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket73 simend10_interval10 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4171433==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4d62b4e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4d4c2c40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4d5ea8f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket748 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
6a17,103
> 
> =================================================================
> ==4172866==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 60800 byte(s) in 400 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f4233cc94f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket788 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4172988==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fea2148b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fea0b6fc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fea1d3cc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket791 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4173011==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbca89862f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbc92be10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbca48c7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket794 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4173037==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8cfe5042f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8ce87740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8cfa445082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket795 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4173042==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0fc1ec42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0fac1340cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0fbde05082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket796 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4173039==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3a2451c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3a0e7750cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3a2045d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket801 ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,42
> 
> =================================================================
> ==4173145==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa6bf5d82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 304 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7fa6c00b9f52 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x212f52)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa6a98470cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket801b ( Last six runs Oct2022 )

---------- Differences in errors ----------
1c1,66
< Error: Vehicle '0' will not be able to depart using the given velocity (slow lane ahead)!
---
> =================================================================
> ==4173411==ERROR: AddressSanitizer: heap-use-after-free on address 0x60b000010790 at pc 0x0000005375db bp 0x7ffd751f8550 sp 0x7ffd751f7cd8
> READ of size 2 at 0x60b000010790 thread T0
>     #0 0x5375da in printf_common(void*, char const*, __va_list_tag*) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5375da)
>     #1 0x5379dc in __vsnprintf_chk (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5379dc)
>     #2 0x7f3d895daec9 in FX::FXString::vformat(char const*, __va_list_tag*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x230ec9)
>     #3 0x7f3d895daf7f in FX::FXString::format(char const*, ...) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x230f7f)
>     #4 0x11ec45c in MFXRecentNetworks::onUpdFile(FX::FXObject*, unsigned int, void*) /home/delphi/clangDebug/sumo/src/utils/foxtools/MFXRecentNetworks.cpp:65:20
>     #5 0x11eb6fa in MFXRecentNetworks::handle(FX::FXObject*, unsigned int, void*) /home/delphi/clangDebug/sumo/src/utils/foxtools/MFXRecentNetworks.cpp:34:1
>     #6 0x7f3d8959bc3a in FX::FXObject::tryHandle(FX::FXObject*, unsigned int, void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x1f1c3a)
>     #7 0x7f3d89626f70 in FX::FXWindow::onUpdate(FX::FXObject*, unsigned int, void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x27cf70)
>     #8 0x7f3d89593cfc in FX::FXMenuCaption::onUpdate(FX::FXObject*, unsigned int, void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x1e9cfc)
>     #9 0x7f3d894f4b57 in FX::FXApp::getNextEvent(_XEvent&, bool) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x14ab57)
>     #10 0x7f3d894f50c5 in FX::FXApp::runOneEvent(bool) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x14b0c5)
>     #11 0x7f3d894f5174 in FX::FXApp::run() (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x14b174)
>     #12 0x5c4b0c in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:97:27
>     #13 0x7f3d850b2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
>     #14 0x518d3d in _start (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x518d3d)
> 
> 0x60b000010790 is located 0 bytes inside of 106-byte region [0x60b000010790,0x60b0000107fa)
> freed by thread T2 here:
>     #0 0x5911fd in free (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5911fd)
>     #1 0x7f3d8951a103 in FX::FXDict::replace(char const*, void const*, bool) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x170103)
> 
> previously allocated by thread T0 here:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f3d8951a0ea in FX::FXDict::replace(char const*, void const*, bool) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x1700ea)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket802 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4173457==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f456502d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f454f29e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4560f6e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket803 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4173511==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe10fdbe2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe0fa02d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe10bcff082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket806 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4173569==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fad0790f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7facf1b800cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fad03850082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket807 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4173575==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff30d6262f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff2f78810cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff309567082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket813 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4173595==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5cff19f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5ce94100cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5cfb0e0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket814 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4173603==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9a7cb562f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9a66dc60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9a78a97082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket836 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4173600==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9721ddc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f970c04c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f971dd1d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket837 ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4173617==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7eff775302f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7eff73471082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7eff7753093c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7eff7752fb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket838 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4173821==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f97a67502f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f97909ac0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f97a2691082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket840 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4173845==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2e7cfb52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2e672270cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2e78ef6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket846 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4173992==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f83f7ed42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f83e21460cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f83f3e15082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket847 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4174012==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdac5cb02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdaaff220cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdac1bf1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket848 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4174030==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4e8bd7f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4e75fde0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4e87cc0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket849 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,14
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Tracer caught signal 11: addr=0x0 pc=0x5b7b84 sp=0x7fd6badd7d30
> ==4174063==LeakSanitizer has encountered a fatal error.
> ==4174063==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
> ==4174063==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket851 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4174101==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f652d09c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f651730c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6528fdd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket852 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4174108==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f38dbe5b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f38c60ca0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f38d7d9c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket853 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4174155==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe2a44a42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe28e7120cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe2a03e5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket856 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4174300==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc0884472f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc0726b90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc084388082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket859 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4174309==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa65430d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa63e57f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa65024e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket879 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4174348==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb2d6a1c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb2c082c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb2d295d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket881 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4174397==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fae552422f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fae3f0430cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fae51183082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket881b ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4174405==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe3f29a72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe3dc7ac0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe3ee8e8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket881c ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4174449==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0558e1e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0542c200cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0554d5f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket882 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4174457==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe0176402f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe0018b10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe013581082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket889 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4174529==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4f219812f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4f0bbee0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4f1d8c2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket910 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4174636==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f14eb7162f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f14d59840cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f14e7657082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket925 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4174650==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6b82d0f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6b6cf7e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6b7ec50082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket929 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,59
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4174687==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f34b32832f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f34b3d64f52 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x212f52)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket941 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4174854==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fddd822c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fddc249e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fddd416d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket963 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
5a16,84
> 
> =================================================================
> ==4174861==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb16ff412f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb15a19c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb16be82082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 0xxx ticket967 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4174884==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdca228a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdc8c4fc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdc9e1cb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 10xxx ticket10294 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4181610==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fea6a2892f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fea544ec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fea661ca082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 10xxx ticket10521 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4181614==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdcf41ae2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdcde41c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdcf00ef082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 10xxx ticket10614 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4181613==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd5186bc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd5029390cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd5145fd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 10xxx ticket10637 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4181636==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc6d5a982f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc6bfd280cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc6d19d9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 10xxx ticket10665 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4181709==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fade10452f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fadcb2a10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7faddcf86082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1006 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4174900==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fab9b7032f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fab8595f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fab97644082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1026 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4174918==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f15f2bf82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f15dce6a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f15eeb39082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1032 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4174935==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f45520c32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f453bef50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f454e004082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1044 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4174976==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f824f5d32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f82398300cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f824b514082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1050 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4174975==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f11ee4dd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f11d873d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f11ea41e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1054 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4175089==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fab7a82d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fab64a9e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fab7676e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1065 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4175098==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f238abe82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2374e780cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2386b29082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1082 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4175167==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f95e46812f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f95ce8f40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f95e05c2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1084 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4175262==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb30093f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb2eabb10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb2fc880082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1088 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4175312==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcb880612f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcb722c40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcb83fa2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1091 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4175389==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe696ad92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe680d4b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe692a1a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1096 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4175440==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd4cd8752f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd4b7ae60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd4c97b6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1096b ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4175468==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1232bd22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f121ce440cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f122eb13082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1096c ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4175477==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1aaf1df2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1a994510cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1aab120082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1107 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,123
> 
> =================================================================
> ==4175499==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6f856332f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6f6f88c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6f81574082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1114 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4175512==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fac586402f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fac428b10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fac54581082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1176 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4175661==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f16cfc692f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f16b9eda0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f16cbbaa082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1217 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4175761==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 94696 byte(s) in 623 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f28186424f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1223 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4175854==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbdb6f512f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbda141e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbdb2e92082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1224 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4175887==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f296b99e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2955c0c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f29678df082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1273 ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,81
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4175898==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f025c0f02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0245f030cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0258031082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1351 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4175953==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9c64b832f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9c4e4fb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9c60ac4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1402 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4175982==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f486264d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f484c8bf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f485e58e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1452 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,83
> 
> =================================================================
> ==4175989==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4b4a6622f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4b344710cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4b465a3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1520 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,135
> 
> =================================================================
> ==4176006==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbb2c75d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbb169be0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbb2869e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1539 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4176078==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9e4a6fe2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9e3496c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9e4663f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1549 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4176087==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5ca7b832f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5c91df40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5ca3ac4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1551 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4176253==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7eca70d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7eb497f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7ec664e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1553 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4176329==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f82728a72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f825cb180cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f826e7e8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1559 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4176408==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f902d6cc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f901793c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f902960d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1560 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4176406==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fabd09b22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fabbac220cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fabcc8f3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1575 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4176440==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f598fb292f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5979d9c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f598ba6a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1591 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4176446==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff3c44f12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff3ae7630cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff3c0432082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1635 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4176455==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2018d432f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2002fb10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2014c84082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1635b ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4176502==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efcf539a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efcdf60c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efcf12db082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1641 ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,48
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4176524==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f51b2c172f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f519cc600cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f51aeb58082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1698 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4176532==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f61f564a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f61df8a40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f61f158b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1804 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4176551==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f69d176a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f69bb9cc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f69cd6ab082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1861 ( Last six runs Oct2022 )

---------- Differences in errors ----------
4a5,63
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4176748==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efc584e92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
>     #9 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1861b ( Last six runs Oct2022 )

---------- Differences in errors ----------
4a5,45
> 
> =================================================================
> ==4176887==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe6209cd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
>     #9 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #10 0x7fe6214af5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe60ac1a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : bugs 1xxx ticket1869 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4176925==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f77de0b42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f77c83110cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f77d9ff5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 2xxx ticket2087 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4176957==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f34029752f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f33ecc060cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f33fe8b6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 2xxx ticket2109 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,393
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4176962==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe867efa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe851cfc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe863e3b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 2xxx ticket2201 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4176975==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc94e21a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc9384880cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc94a15b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 2xxx ticket2360 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,14
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Tracer caught signal 11: addr=0x0 pc=0x5b7b84 sp=0x7f38f3cd2d30
> ==4177023==LeakSanitizer has encountered a fatal error.
> ==4177023==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
> ==4177023==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 2xxx ticket2370 ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4177020==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f180fbd82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f180bb19082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f180fbd893c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f180fbd7b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : bugs 2xxx ticket2494 ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==4177062==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb21cd322f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb218c73082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fb21cd3293c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fb21cd31b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : bugs 2xxx ticket2543 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,59
> 
> =================================================================
> ==4177253==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9d43a9d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 2xxx ticket2556 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4177347==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f56651742f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f564ef730cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f56610b5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 2xxx ticket2603 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4177383==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7e973cf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7e816310cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7e93310082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 2xxx ticket2670 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4177385==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f417e9da2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f41687ee0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f417a91b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 2xxx ticket2740 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4177400==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fae5b4f92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fae457550cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fae5743a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 2xxx ticket2823 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4177428==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb7711382f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb75b3b40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb76d079082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 2xxx ticket2834 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4177430==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd0282a82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd01251a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd0241e9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 2xxx ticket2995 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4177436==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fce7030c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fce5a5670cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fce6c24d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 2xxx ticket2996 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4177574==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd8d7b812f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd8c1df40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd8d3ac2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 2xxx ticket2996b ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4177624==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa84e8222f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa838a900cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa84a763082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 3xxx ticket3053 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4177888==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff5cb95b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff5b5bec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff5c789c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 3xxx ticket3056 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4177925==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9f8c2542f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9f764c60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9f88195082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 3xxx ticket3108 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4177630==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3dcda122f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3db73b60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3dc9953082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 3xxx ticket3110 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4177781==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f11d27df2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f11bc5fe0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f11ce720082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 3xxx ticket3113 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4177791==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f17860a12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 3xxx ticket3126 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4178021==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f59f5bac2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f59dfe3a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f59f1aed082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 3xxx ticket3258 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4178014==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f06ff3862f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f06e8f290cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f06fb2c7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 3xxx ticket3265 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4178055==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5b5b22f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5b4497b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5b57170082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 3xxx ticket3584 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4178073==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f12bbacf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f12a5d410cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f12b7a10082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 3xxx ticket3791 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4178082==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff6ea1ce2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff6d40020cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff6e610f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 4xxx ticket4015 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4178218==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f46205b42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f460a3c80cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f461c4f5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 4xxx ticket4180 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4178337==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f23dd4b72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f23c77290cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f23d93f8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 4xxx ticket4189 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,134
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Warning: Vehicle 'EW_bike' performs emergency braking on lane ':C_1_0' with decel=7.00, wished=1.00, severity=1.00, time=61.20.
> 
> =================================================================
> ==4178341==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9abe3fd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9aa865e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9aba33e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 4xxx ticket4251 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4178343==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd260e872f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd24b0e60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd25cdc8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 4xxx ticket4254 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4178360==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1ea66db2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1e909370cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1ea261c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 4xxx ticket4255 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,148
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4178368==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff9599b42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff943c260cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff9558f5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 4xxx ticket4271 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4178446==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f55b3ce02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f559df3c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f55afc21082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 4xxx ticket4285 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4178482==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd4bb3e62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd4a56560cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd4b7327082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 4xxx ticket4286 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4178587==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f861196f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f85fbbb90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f860d8b0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 4xxx ticket4286b ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4178606==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efea99552f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efe93bb60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efea5896082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 4xxx ticket4287 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4178647==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f638eae92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6378d5b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f638aa2a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 4xxx ticket4296 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4178671==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f31570da2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f31413260cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f315301b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 4xxx ticket4298 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4178758==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f28a6a212f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2890c6d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f28a2962082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 4xxx ticket4299 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4178841==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd19433e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd17e58a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd19027f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 4xxx ticket4430 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4178897==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe9b3aa42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe99dd040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe9af9e5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 4xxx ticket4518 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4178971==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f57e8b142f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f57d08b80cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f57e4a55082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 4xxx ticket4556 ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,111
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4178972==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 4944 byte(s) in 206 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f6e946404f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 1176 byte(s) in 49 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 4xxx ticket4678 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4178980==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa1a8a392f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa192cc70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa1a497a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 4xxx ticket4829 ( Last six runs Oct2022 )

---------- New result in errors ----------
/home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
/home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
/home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
/home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
/home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
Warning: Teleporting vehicle '839'; waited too long (wrong lane), lane='mid_0', time=21.25.
Warning: Vehicle '839' ends teleporting on edge 'out1', time=21.25.

=================================================================
==4179006==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 512 byte(s) in 2 object(s) allocated from:
    #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
    #1 0x7f9c551a92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)

Direct leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
    #1 0x7f9c3f3ef0cd  (<unknown module>)

Direct leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
    #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
    #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
    #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
    #4 0x7f9c510ea082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 4xxx ticket4855 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4179067==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4ee171d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4ecb98e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4edd65e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 4xxx ticket4861 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4179066==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc79c0df2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc7863240cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc798020082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 4xxx ticket4900 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4179199==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f76be1b92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f76a842b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f76ba0fa082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 4xxx ticket4968 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4179287==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8b4a9732f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8b34c020cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8b468b4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 5xxx ticket5013 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,81
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Warning: Vehicle 'SW' performs emergency braking on lane ':C_21_0' with decel=9.00, wished=2.50, severity=1.00, time=9.50.
> Warning: Vehicle 'NW'; junction collision with vehicle 'NE', lane=':C_2_0', gap=-1.00, time=9.75 stage=move.
> 
> =================================================================
> ==4179399==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbf540232f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbf3e2800cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 5xxx ticket5021 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4179406==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f60864542f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f60706c60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6082395082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 5xxx ticket5366 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4179389==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f82e37d02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f82cd5a90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f82df711082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 5xxx ticket5420 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,94
> 
> =================================================================
> ==4179415==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb73fa6f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 5xxx ticket5487 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4179430==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f94a28732f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f948cacf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f949e7b4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 5xxx ticket5632 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4179438==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 24928 byte(s) in 164 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f06e210a4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 5xxx ticket5704 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,41
> 
> =================================================================
> ==4179444==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f74f10792f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
>     #9 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #10 0x7f74f1b5b5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f74db30a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 5xxx ticket5704b ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4179553==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f23c2c782f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f23acf040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f23bebb9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 5xxx ticket5740 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4179561==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff42844e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff4126df0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff42438f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 5xxx ticket5803 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4179593==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8f38c352f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8f22a570cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8f34b76082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 5xxx ticket5864 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4293555508 + 4283672992 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4240631471 + 3905587199 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4179628==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbff84312f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbfe224e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbff4372082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 5xxx ticket5879 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4179695==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fce770812f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fce612de0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fce72fc2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 6xxx ticket6283 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4293555508 + 4283672992 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4240631471 + 3905587199 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4179704==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0156a052f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f01408340cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0152946082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 6xxx ticket6283b ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4293555508 + 4283672992 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4240631471 + 3905587199 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4179932==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f953b3c22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f95251e60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9537303082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 6xxx ticket6415 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,135
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4179972==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f32a9e3a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f32940840cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f32a5d7b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 6xxx ticket6436 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4179981==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe626a2a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe610c8c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe62296b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 6xxx ticket6437 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4179986==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7feb901562f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7feb7a3b60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7feb8c097082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 6xxx ticket6438 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4180001==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5664d812f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f564efe40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5660cc2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 6xxx ticket6471 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4180012==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f16cf96c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f16b9bfc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f16cb8ad082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 6xxx ticket6471b ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4180047==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd7fa6972f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd7e49280cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd7f65d8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 6xxx ticket6597 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4180256==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0f22cab2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0f0d1560cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0f1ebec082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 6xxx ticket6762 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,95
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4180270==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdd113c12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdcfb63e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdd0d302082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 7xxx ticket7059 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,138
> 
> =================================================================
> ==4180274==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f02533982f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f023d5fa0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f024f2d9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 7xxx ticket7131 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,148
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4180275==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc413fa32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc3fe2040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc40fee4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 7xxx ticket7136 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4180303==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffbce50e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffbb87700cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffbca44f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 7xxx ticket7149 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4180318==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f24faec12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f24e4cc00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f24f6e02082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 7xxx ticket7154 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,104
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4180493==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f52591f12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f52434830cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5255132082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 7xxx ticket7647 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4180513==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4205b252f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f41efdb40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4201a66082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 7xxx ticket7690 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4180559==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f694d4ad2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f69377270cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f69493ee082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 7xxx ticket7764 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4180618==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5dd02ec2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5db940d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5dcc22d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 7xxx ticket7764_intermodal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,99
> 
> =================================================================
> ==4180632==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 98344 byte(s) in 647 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fb2898944f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 7xxx ticket7801 ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4180650==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa82c0082f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa827f49082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fa82c00893c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fa82c007b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : bugs 7xxx ticket7801b ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4180661==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa44fc412f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa44bb82082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fa44fc4193c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fa44fc40b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : bugs 7xxx ticket7959 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,81
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Warning: Vehicle 'vehicle_0' performs emergency braking on lane ':C_12_0' with decel=7.00, wished=4.00, severity=1.00, time=9.00.
> 
> =================================================================
> ==4180692==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa77a8a82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa764b0a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa7767e9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 7xxx ticket7959b ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,81
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Warning: Vehicle 'vehicle_0' performs emergency braking on lane ':C_12_0' with decel=7.00, wished=4.00, severity=1.00, time=8.00.
> 
> =================================================================
> ==4180723==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f73085172f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f72f277a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7304458082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 7xxx ticket7965 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==4180810==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f93899702f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9373be90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f93858b1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f938997093c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f938996fb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 8xxx ticket8116 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,83
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4180815==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f54cb6762f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f54b58e60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f54c75b7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 8xxx ticket8397 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,123
> 
> =================================================================
> ==4180961==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f757dbc02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7567e220cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7579b01082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 8xxx ticket8404 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -5482157 (32-bit, signed) to type 'unsigned int' changed the value to 4289485139 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4293391951 + 4282364536 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4242224740 + 642572287 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4181052==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f74655c02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f744f3f20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7461501082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 8xxx ticket8749 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4181081==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6c3c7a92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6c26a380cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6c386ea082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 8xxx ticket8798 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4181090==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4b41c422f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4b2beaf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4b3db83082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 8xxx ticket8817 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4181094==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8d034b22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8ced7420cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8cff3f3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 8xxx ticket8900 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4181131==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f590fd612f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f58f9d7f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f590bca2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 8xxx ticket8912 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4181152==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f96963c82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f96806150cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9692309082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 8xxx ticket8952 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4181268==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe168bc42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe152e360cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe164b05082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 8xxx ticket8978 ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,12
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,83
> 
> =================================================================
> ==4181384==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0fdf8a22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0fc96b00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0fdb7e3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 9xxx ticket9055 ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,51
> 
> =================================================================
> ==4181411==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f10b4f992f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f10b5a7b5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df6440 in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:665:38
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : bugs 9xxx ticket9055b ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,91
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4181417==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5fb90b32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5fa33140cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5fb4ff4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 9xxx ticket9211 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,60
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4181435==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7958caf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
>     #9 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 9xxx ticket9399 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4181521==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc6994bc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc6832aa0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc6953fd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : bugs 9xxx ticket9821 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,166
> 
> =================================================================
> ==4181600==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f19f1ddd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f19dc03f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f19edd1e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model ACC collisionAvoidanceOverride ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
7a18,143
> 
> =================================================================
> ==3988368==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbacd4aa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbab771c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbac93eb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model ACC fast_approach_standing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,134
> 
> =================================================================
> ==3988507==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f182d3af2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f18176200cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f18292f0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model ACC platoon_unstable ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
12a23,94
> 
> =================================================================
> ==3989232==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efd2756d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efd115ad0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efd234ae082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model CACC collisionAvoidanceOverride ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3991736==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa918cbe2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa902f1b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa914bff082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model CACC fast_approach_standing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3989874==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f898116c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f896b3c90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f897d0ad082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model CACC follow_slow follow_slow_0.01 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3989498==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0da29172f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0d8cb740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0d9e858082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model CACC follow_slow follow_slow_0.1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3989424==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6fa10af2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6f8b3220cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6f9cff0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model CACC platoon_unstable ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3992105==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0fc3b242f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0fadb520cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0fbfa65082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model CACC slow_approach_standing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3990708==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa4baf452f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa4a51b50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa4b6e86082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model CACC slow_approach_standing_scMinGap ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3991733==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f28249ab2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f280ec1c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f28208ec082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model EIDM emergencyDecel ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
3a14,82
> 
> =================================================================
> ==3986003==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f568375e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f566d9b90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f567f69f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model EIDM ticket11165 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3986252==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f81c72a12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f81b15120cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f81c31e2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model EIDM ticket11182 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3986455==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f41aa37b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f41945ec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f41a62bc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model EIDM ticket11183 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3986596==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f649e5012f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f64887720cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f649a442082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model EIDM ticket11184 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3986623==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f73bc0ed2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f73a635d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f73b802e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model EIDM ticket11374 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3986993==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffa718272f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffa5ba810cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffa6d768082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model IDM free_speed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3984919==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f916168b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f914b8fc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f915d5cc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model IDM insert_with_maximum_speed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3984298==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9c535042f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9c3d7840cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9c4f445082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model IDM insert_with_speedLimit_speedFactor0.8 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3984586==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5217c862f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5201f060cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5213bc7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model IDM insertion_speed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3984952==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fda4f1022f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fda393740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fda4b043082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model IDM insertion_speed_step0.2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3985207==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f83c46802f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f83ae8fe0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f83c05c1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model IDM minGap8 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3985269==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc7b03192f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc79a5880cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc7ac25a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model IDM queue_stop_start_lowAccel idm ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3983604==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0aab8e82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0a95b5a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0aa7829082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model IDM queue_stop_start_lowAccel idmm ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3983607==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8694e562f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f867f0c60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8690d97082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model IDM stop_exact ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3983817==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0b388702f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0b22adc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0b347b1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model IDM stop_exact_laneEnd ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3984183==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f16d22f22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f16bc1060cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f16ce233082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model IDM stop_exact_laneEnd_subSecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3984295==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f70a75122f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f70913260cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f70a3453082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model IDM stop_exact_lowDecel ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3984030==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9de2f7b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9dcd1ec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9ddeebc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model IDM stop_exact_subsecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3984083==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f70da6562f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f70c48b10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f70d6597082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model IDM ticket11199 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,135
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3985409==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fef80cd12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fef6aac00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fef7cc12082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model IDM ticket11498 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3985699==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f933bc6f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9325a650cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9337bb0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model IDM ticket11564 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3985784==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f04c46052f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f04ae8840cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f04c0546082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model IDM violateMingap ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,135
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3985414==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f942666e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f941045b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f94225af082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model IDM violateMingap_warn ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,136
> 
> =================================================================
> ==3985464==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa98f20c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa97900e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa98b14d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model Krauss sigma1_step0.1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3982664==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fec7ed692f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fec68fc60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fec7acaa082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model Krauss sigma1_step0.1_actionStep1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3982742==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f67d59662f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f67bfbd40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f67d18a7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model Krauss sigma1_step0.1_sigmaStep0.75 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3982984==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0300cb62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f02eaf280cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f02fcbf7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model Krauss sigma1_step0.1_sigmaStep1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3982997==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2c5552f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2c3f7a10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2c51470082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model Krauss sigma1_step0.1_sigmaStep1_ballistic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3983275==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fad880fd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fad723590cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fad8403e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model Krauss sigma1_step1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3982404==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb63a19e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb62440c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb6360df082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model Krauss sigma1_step1_ballistic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3983004==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f18f399a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f18ddc0a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f18ef8db082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model Krauss startupDelay0.5_low_accel ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3983352==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa20d15b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa1f73bc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa20909c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model KraussPS steep_incline ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3987652==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff67a2392f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff6644c70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff67617a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model W99 bottleneck ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
221a232,303
> 
> =================================================================
> ==3987172==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc9afe032f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc99a0740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc9abd44082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model Wiedemann getSecureGap ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3987008==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa33d4012f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa32766e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa339342082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model adap_speed_for_new_lane default_model ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3975404==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f42fdd9e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f42e800c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f42f9cdf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model apparentDecel_emergencyDecel apparentDecel_higher ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3981713==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f32bef2a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f32a8d3e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f32bae6b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model apparentDecel_emergencyDecel apparentDecel_lower ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3981063==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4e1f9e82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4e097e70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4e1b929082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model apparentDecel_emergencyDecel apparentDecel_lower_collision ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,117
> 
> =================================================================
> ==3981215==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f30484e22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f30327520cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3044423082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model apparentDecel_emergencyDecel apparentDecel_lower_collision_avoided ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3981411==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f291fe4e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f290a0aa0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f291bd8f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model apparentDecel_emergencyDecel avoid_collision ( Last six runs Oct2022 )

---------- Differences in errors ----------
2c2,83
< Warning: Vehicle 'follower' performs emergency braking with decel=-4.00 wished=1.00 severity=1.00, time=0.10.
---
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Warning: Vehicle 'follower' performs emergency braking on lane 'E0_0' with decel=4.00, wished=1.00, severity=1.00, time=0.10.
> Warning: Teleporting vehicle 'follower'; collision with vehicle 'leader', lane='E0_0', gap=-0.10, time=0.90 stage=move.
> Warning: Vehicle 'follower' teleports beyond arrival edge 'E0', time=0.90.
> 
> =================================================================
> ==3982237==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7edefa52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7ec91ff0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model apparentDecel_emergencyDecel emergencyDecel_low_warning ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,30
> 
> =================================================================
> ==3981873==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff2017e42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff1eba550cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff1fd725082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7ff2017e493c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7ff2017e3b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model apparentDecel_emergencyDecel emergencyInsertion ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,136
> 
> =================================================================
> ==3982116==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbdab0b52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 192 byte(s) in 8 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model apparentDecel_emergencyDecel emergencyInsertion2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3982236==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 9384 byte(s) in 391 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f15575c44f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model apparentDecel_emergencyDecel emergency_decel_collision ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,135
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3982101==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f59f0d312f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f59daf8c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f59ecc72082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model bugs ticket3922 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3994421==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f05b92522f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f05a34bf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f05b5193082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model bugs ticket4116 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3993168==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 1512 byte(s) in 63 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f52925084f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model bugs ticket5040 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3995517==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4bfe5582f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4be87c60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4bfa499082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model bugs ticket7734 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3995756==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4c8a8cb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4c74b480cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4c8680c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model collisions pileup ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,12
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
27a38,163
> 
> =================================================================
> ==3980776==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f53455322f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f532f78c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5341473082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model collisions pileup_warn ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,12
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
12a23,148
> 
> =================================================================
> ==3980958==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5d4f9e72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5d39c430cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5d4b928082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles ACC ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
718a729,815
> 
> =================================================================
> ==3935075==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 48792 byte(s) in 321 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f5f8d4ab4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles EIDM ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3942504==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 47424 byte(s) in 312 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f608856d4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles circle ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3929450==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 45448 byte(s) in 299 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f4dfd8004f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles circle_stop_and_go ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3946315==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 91200 byte(s) in 600 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fec7685a4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles circle_stop_and_go_legacy ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3947134==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 88312 byte(s) in 581 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7ff44443e4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles idm ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3929556==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 52592 byte(s) in 346 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f6a1c4454f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles idmm ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3930239==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 52440 byte(s) in 345 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fcda29624f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles kerner ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3930264==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 43776 byte(s) in 288 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f9d669994f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles krauss ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3930283==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 45600 byte(s) in 300 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fb5770ca4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles kraussPS ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3930705==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 45448 byte(s) in 299 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f1728cb14f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles kraussX ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3935015==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 45448 byte(s) in 299 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f99459224f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles wiedemann ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
303a314,400
> 
> =================================================================
> ==3933135==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 43472 byte(s) in 286 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7ff9d430b4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles_small ACC ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1239a1250,1336
> 
> =================================================================
> ==3952465==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 146680 byte(s) in 965 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7ff97c6604f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles_small EIDM ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
144a155,241
> 
> =================================================================
> ==3953343==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 146680 byte(s) in 965 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f26212bc4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles_small W99 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3952313==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 146680 byte(s) in 965 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fc1282c04f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles_small circle ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3947154==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 146680 byte(s) in 965 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fa5b98014f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles_small circle_actionsteplength ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3947155==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 146680 byte(s) in 965 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f5ec23944f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles_small circle_stop_and_go ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3955291==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 145312 byte(s) in 956 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f02a08374f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles_small idm ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3947217==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 146680 byte(s) in 965 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f1e77b4c4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles_small idmm ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3947258==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 146680 byte(s) in 965 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f0879e3d4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles_small kerner ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3947235==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 146680 byte(s) in 965 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7efe7a15f4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles_small krauss ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3947404==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 146680 byte(s) in 965 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f38cacb44f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles_small kraussPS ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3947737==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 146680 byte(s) in 965 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7ffa678944f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles_small kraussX ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3952396==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 146680 byte(s) in 965 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fdc209d04f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles_small wiedemann ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
175a186,272
> 
> =================================================================
> ==3952302==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 146680 byte(s) in 965 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f7db955a4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles_steplength ACC ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,98
> 
> =================================================================
> ==3964120==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 4712 byte(s) in 31 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f9592f7b4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles_steplength CACC ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3964283==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 4560 byte(s) in 30 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f64b98d54f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles_steplength EIDM ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3965142==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 5168 byte(s) in 34 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7ff9dc64d4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles_steplength W99 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3963611==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 5320 byte(s) in 35 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f61c4e2f4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles_steplength circle ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3955640==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 4712 byte(s) in 31 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fce0df764f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles_steplength circle_two_lanes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3965762==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcf1dc552f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcf075fa0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcf19b96082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles_steplength idm ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3956356==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 5168 byte(s) in 34 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7efe240744f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles_steplength idmm ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3956825==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 5168 byte(s) in 34 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f8d53be04f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles_steplength kerner ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3957007==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 4560 byte(s) in 30 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f78045344f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles_steplength krauss ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
3a14,100
> 
> =================================================================
> ==3962929==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3800 byte(s) in 25 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f0a6b3554f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles_steplength kraussPS ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3963053==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 4256 byte(s) in 28 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fceefc314f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles_steplength kraussX ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3963920==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3952 byte(s) in 26 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7ff52bf9a4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model drive_in_circles_steplength wiedemann ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3963428==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 5168 byte(s) in 34 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fd0de0b94f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model errors stepsize2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,12
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,137
> 
> =================================================================
> ==3977919==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdf008be2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdeeab2d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdefc7ff082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model errors tau_below_stepsize ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3977813==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f52020532f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f51ec2c10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f51fdf94082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model follow_slow ACC ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3972762==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0094fab2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f007f2070cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0090eec082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model follow_slow EIDM ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3972790==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f84462e02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f843053d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8442221082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model follow_slow W99 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
8a19,102
> 
> =================================================================
> ==3972711==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff0c4f7e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff0af1ee0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff0c0ebf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model follow_slow default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3972323==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2b7b9952f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2b65c040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2b778d6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model follow_slow idm ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3972485==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f659fa492f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6589cb70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f659b98a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model follow_slow idmm ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3972515==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f77d991f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f77c3b900cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f77d5860082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model follow_slow kerner ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3972534==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f41c406b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f41ae2c60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f41bffac082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model follow_slow krauss ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3972546==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8563f5d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f854e1ce0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f855fe9e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model follow_slow wiedemann ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3972708==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7daadd02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7d950400cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7da6d11082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model jam_resolution bottleneck ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3974599==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 18392 byte(s) in 121 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f0b9ffb64f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model jam_resolution bottleneck_confluence ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3975137==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 134216 byte(s) in 883 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f516ed3a4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model jam_resolution bottleneck_departLane_random ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3974847==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 46208 byte(s) in 304 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f367bdf54f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model jam_resolution bottleneck_zipper ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3974940==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8b4543f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8b2f25e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8b41380082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model jam_resolution bottleneck_zipper_subseconds ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3975011==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5c89c232f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5c73ec30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5c85b64082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model jam_resolution high_flow ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,98
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3974157==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 22800 byte(s) in 150 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f27c0dc34f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model jam_resolution tls ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3975174==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fefd34242f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fefbd6a60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fefcf365082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model parameters attr_carFollowModel ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3928645==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9e0a1952f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9df44040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9e060d6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model parameters idm ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3928610==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f74635f22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f744d8610cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f745f533082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model queue_stop_start ACC ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3970769==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff3a82b52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff3925120cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff3a41f6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model queue_stop_start CACC ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3970975==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f964eb272f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9638d960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f964aa68082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model queue_stop_start EIDM ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3971150==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f236cb1a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2356d880cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2368a5b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model queue_stop_start W99 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3970793==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb2f8a602f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb2e2cb90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb2f49a1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model queue_stop_start default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3969825==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f43de6cf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f43c89410cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f43da610082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model queue_stop_start idm ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3969859==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc2fe3aa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc2e861c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc2fa2eb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model queue_stop_start idmm ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3970034==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd90fc852f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd8f9ef60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd90bbc6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model queue_stop_start kerner ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3970187==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1e6091d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1e4ab7a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1e5c85e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model queue_stop_start krauss ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3970634==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0a1c1212f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0a063920cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0a18062082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model queue_stop_start wiedemann ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3970625==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fafaaec52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7faf951220cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fafa6e06082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model queue_stop_start_subsecond ACC ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3972149==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f34b9e5c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f34a40ce0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f34b5d9d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model queue_stop_start_subsecond CACC ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3972163==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fac4f8e72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fac39b570cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fac4b828082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model queue_stop_start_subsecond EIDM ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3972209==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f78ae5912f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f78987ec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f78aa4d2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model queue_stop_start_subsecond W99 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3971950==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f68842292f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f686e4860cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f688016a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model queue_stop_start_subsecond default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3971276==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff8c406c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff8ae2c90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff8bffad082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model queue_stop_start_subsecond idm ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3971316==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcfa7b222f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcf91d920cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcfa3a63082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model queue_stop_start_subsecond idmm ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3971384==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa5583a42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa5426140cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa5542e5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model queue_stop_start_subsecond kerner ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3971844==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f835bfb02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f834620c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8357ef1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model queue_stop_start_subsecond krauss ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3971945==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc84e7812f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc8389de0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc84a6c2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model queue_stop_start_subsecond wiedemann ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
7a18,143
> 
> =================================================================
> ==3971942==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f43f03e22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f43da6520cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f43ec323082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model rail accel Freight ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3978115==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f34996e42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f34839410cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3495625082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model rail accel ICE1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3979524==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5b53e512f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5b3e0ac0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5b4fd92082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model rail accel ICE3 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3978351==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe010a572f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdffacc60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe00c998082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model rail accel NGRS3 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,93
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3980407==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 640 byte(s) in 10 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x27596d0 in NLJunctionControlBuilder::closeJunctionLogic() /home/delphi/clangDebug/sumo/src/netload/NLJunctionControlBuilder.cpp:483:30
>     #2 0x27dac8a in NLHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/netload/NLHandler.cpp:318:46
>     #3 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #4 0x7fe3614adf52 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x212f52)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe3609cc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe34a5610cd  (<unknown module>)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model rail accel NGT400 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3979855==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5b614dc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5b4b7390cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5b5d41d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model rail accel NGT400_16 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3978945==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f16707082f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f165a9780cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f166c649082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model rail accel RB425 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3980051==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f255184f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f253baac0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f254d790082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model rail accel RB628 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3979073==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb085d6d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb06ffde0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb081cae082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model rail accel REDosto7 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3980212==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8861fc72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f884c2240cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f885df08082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model slope default_model ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3975208==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f39e14b72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f39cb7140cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f39dd3f8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model slope kraussPS ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3975316==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd3b25822f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd39c7f40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd3ae4c3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position ACC ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3967664==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f894f2a22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f89394ff0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f894b1e3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position CACC ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3967663==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f56028112f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f55eca830cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f55fe752082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position EIDM ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3967671==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f18427c92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f182ca390cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f183e70a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position W99 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3967481==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9f221c92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9f0c43b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9f1e10a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3965827==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fad04ecc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7facef13c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fad00e0d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position idm ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3966706==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc079a9b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc063d0c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc0759dc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position idmm ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3966837==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff4e66522f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff4d08ac0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff4e2593082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position kerner ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3966895==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3f24e372f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3f0f0a90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3f20d78082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position krauss ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3967462==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1f0b0882f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1ef52f40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1f06fc9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position wiedemann ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3967467==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff238a6f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff222cde0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff2349b0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position_slack ACC ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3969726==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f71681ee2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f715244b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f716412f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position_slack CACC ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3969751==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f751aba32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7504e140cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7516ae4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position_slack EIDM ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3969812==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f67a21222f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f678c3920cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f679e063082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position_slack W99 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3969323==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f70b82c02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f70a251d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f70b4201082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position_slack default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3968448==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9c3e95b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9c28bcc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9c3a89c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position_slack idm ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3968757==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9b3c6ed2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9b2695f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9b3862e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position_slack idmm ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3968830==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2a086a42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f29f29140cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2a045e5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position_slack kerner ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3968868==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdd0aa1a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdcf4c8a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdd0695b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position_slack krauss ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3968921==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f93d266a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f93bc8c60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f93ce5ab082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position_slack wiedemann ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3969070==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9c5bd4b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9c45fb90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9c57c8c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position_with_follower ACC ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3968272==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc52714a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc5113b90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc52308b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position_with_follower EIDM ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3968421==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb0d200d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb0bc26a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb0cdf4e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position_with_follower W99 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3968245==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb06aca22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb054f120cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb066be3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position_with_follower default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3967835==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa7057ce2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa6efa400cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa70170f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position_with_follower idm ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3967888==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd3c6ec32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd3b11200cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd3c2e04082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position_with_follower idmm ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3967936==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2fd4e3b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2fbf0a70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2fd0d7c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position_with_follower kerner ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3967982==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f59da1682f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f59c43d60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f59d60a9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position_with_follower krauss ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,103
> 
> =================================================================
> ==3968095==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f91626752f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f914c8e60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f915e5b6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 304 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model stop_at_position_with_follower wiedemann ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3968098==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3493f392f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f347e1940cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f348fe7a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model tau step0.5_tau0.5 krauss ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3977088==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f43585ae2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4341f3b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f43544ef082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model tau step0.5_tau0.5 kraussOrig1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3977286==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f777ac5f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f77645ed0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7776ba0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model tau step0.5_tau1.0 krauss ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3976617==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4afea5e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4ae83ed0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4afa99f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model tau step0.5_tau1.0 kraussOrig1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3976619==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa6777fd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa6611a20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa67373e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model tau step1.0_tau0.5 IDM ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,12
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
5a16,138
> 
> =================================================================
> ==3976242==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efe7f49e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efe68e3e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efe7b3df082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model tau step1.0_tau0.5 krauss ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,12
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,137
> 
> =================================================================
> ==3975659==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcf3a9032f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcf242a80cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcf36844082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model tau step1.0_tau0.5 kraussOrig1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,12
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,137
> 
> =================================================================
> ==3976086==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7b935cb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7b7cf700cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7b8f50c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model tau step1.0_tau0.5_leader_tau1.0 IDM ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
3a14,136
> 
> =================================================================
> ==3976497==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f365c3062f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3645c930cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3658247082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model tau step1.0_tau0.5_leader_tau1.0 krauss ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
3a14,136
> 
> =================================================================
> ==3976368==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f713d8142f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f71271b60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7139755082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model tau step1.0_tau0.5_leader_tau1.0 kraussOrig1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
3a14,136
> 
> =================================================================
> ==3976380==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd1838722f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd16d2020cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd17f7b3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model tau step1.0_tau1.0 krauss ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3975450==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f19caa8c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f19b441b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f19c69cd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model tau step1.0_tau1.0 kraussOrig1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3975541==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f657b5c32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6564f670cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6577504082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model tls_driveOff ACC ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3973805==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb7856672f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb76f0180cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb7815a8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model tls_driveOff CACC ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3973810==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4e02bdc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4dec5900cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4dfeb1d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model tls_driveOff EIDM ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3973862==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6283f2b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f626d8ca0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f627fe6c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model tls_driveOff W99 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3973759==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa933a3e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa91d3f10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa92f97f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model tls_driveOff default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3972806==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbe1628b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbdffc3e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbe121cc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model tls_driveOff default_startupDelay0.5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3973993==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdaa6ed72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fda9088b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdaa2e18082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model tls_driveOff default_startupDelay1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3974064==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f486370e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f484d0c20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f485f64f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model tls_driveOff default_startupDelay2_noPatchLC ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3974072==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc5e927e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc5d2c220cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc5e51bf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model tls_driveOff idm ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3973137==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f687f9a62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f68693560cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f687b8e7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model tls_driveOff idmm ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3973484==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1c2d63e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1c16fde0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1c2957f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model tls_driveOff kerner ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3973536==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f504672d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f50300e00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f504266e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model tls_driveOff krauss ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3973549==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f79ba43f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f79a3df30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f79b6380082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model tls_driveOff wiedemann ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3973608==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f89a4c442f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f898e5f90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f89a0b85082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model vehs_per_hour free_flow krauss ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3977353==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 36024 byte(s) in 237 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f25e38a34f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model vehs_per_hour free_flow kraussOrig1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3977409==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 37544 byte(s) in 247 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f569c1fb4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model vehs_per_hour stopped krauss ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,151
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3977528==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 30552 byte(s) in 201 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f3a1fd4c4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : cf_model vehs_per_hour stopped kraussOrig1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,151
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3977753==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 33288 byte(s) in 219 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f31364544f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices battery actualBatteryCapacity ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,146
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4146948==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f44ea7672f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f44d45530cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f44e66a8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices battery braunschweig ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,146
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4146698==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3f2657b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3f103580cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3f224bc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices battery chargingStations ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,146
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4146773==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9ae3abb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9acd8bf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9adf9fc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices battery chargingStations_output ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,146
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4146952==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc52e6d82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc5184c60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc52a619082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices battery chargingStations_output_subseconds ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,146
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4147043==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4604aca2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f45ee8cb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4600a0b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices battery chargingStations_parked ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,146
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4146918==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd26bac62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd2558c80cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd267a07082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices battery half_equipped ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4146766==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff28637f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff2705ee0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff2822c0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices battery recuperateByDecel ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,107
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4147220==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f81053aa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f80ef61a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f81012eb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices battery stoppingTreshold ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,146
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4147155==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd21ae002f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd204beb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd216d41082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices battery trackFuel ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,146
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4146785==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f01b77dc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f01a15ca0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f01b371d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices battery trackFuel_elec ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,146
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4146888==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f799cad72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f79868c50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7998a18082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices battery trackFuel_truck ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,146
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4146853==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe90f17e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe8f8f800cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe90b0bf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices battery tripinfo_emission ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,86
> 
> =================================================================
> ==4147356==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f475dbf42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f47479d30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4759b35082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x2d55f4f in MSDevice_Battery::MSDevice_Battery(SUMOVehicle&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, double, double, double, double) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Battery.cpp:133:43
>     #3 0x2d524c6 in MSDevice_Battery::buildVehicleDevices(SUMOVehicle&, std::vector<MSVehicleDevice*, std::allocator<MSVehicleDevice*> >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Battery.cpp:77:40
>     #4 0x2b1091d in MSDevice::buildVehicleDevices(SUMOVehicle&, std::vector<MSVehicleDevice*, std::allocator<MSVehicleDevice*> >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice.cpp:111:5
>     #5 0x1589f9a in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:159:5
>     #6 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #7 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #8 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bluelight 3lanes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4148250==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb5f0d162f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb5daf740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb5ecc57082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bluelight 3lanes_left ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4148271==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa57b56b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa5657cc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa5774ac082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bluelight 3lanes_right ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4148293==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f205bda12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f20460020cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2057ce2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bluelight bugs ticket7134 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> /home/delphi/clangDebug/sumo/src/utils/gui/windows/GUISUMOAbstractView.cpp:1480:9: runtime error: member access within address 0x61a00001e080 which does not point to an object of type 'GUISUMOAbstractView'
> 0x61a00001e080: note: object has a possibly invalid vptr: abs(offset to top) too big
>  e7 00 00 08  f2 00 00 21 1d 7f 00 00  ff ff ff ff ff ff ff ff  00 00 00 00 00 00 00 00  00 00 00 00
>               ^~~~~~~~~~~~~~~~~~~~~~~
>               possibly invalid vptr
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/utils/gui/windows/GUISUMOAbstractView.cpp:1480:9 in 
> =================================================================
> ==4148617==ERROR: AddressSanitizer: heap-use-after-free on address 0x61a00001e2e0 at pc 0x000000d5b1f3 bp 0x7f1d15631db0 sp 0x7f1d15631da8
> READ of size 8 at 0x61a00001e2e0 thread T1
>     #0 0xd5b1f2 in std::_Rb_tree<long long, std::pair<long long const, std::vector<std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int>, std::allocator<std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int> > > >, std::_Select1st<std::pair<long long const, std::vector<std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int>, std::allocator<std::tuple<std:
:__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int> > > > >, std::less<long long>, std::allocator<std::pair<long long const, std::vector<std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int>, std::allocator<std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int> > > > > >::_M_begin() const /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_tree.h
:756:29
>     #1 0xd5a702 in std::_Rb_tree<long long, std::pair<long long const, std::vector<std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int>, std::allocator<std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int> > > >, std::_Select1st<std::pair<long long const, std::vector<std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int>, std::allocator<std::tuple<std:
:__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int> > > > >, std::less<long long>, std::allocator<std::pair<long long const, std::vector<std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int>, std::allocator<std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int> > > > > >::find(long long const&) const /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bit
s/stl_tree.h:2575:43
>     #2 0xd36161 in std::map<long long, std::vector<std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int>, std::allocator<std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int> > >, std::less<long long>, std::allocator<std::pair<long long const, std::vector<std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int>, std::allocator<std::tuple<std::__cxx11::bas
ic_string<char, std::char_traits<char>, std::allocator<char> >, int, int> > > > > >::count(long long const&) const /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_map.h:1215:21
>     #3 0xd212d6 in GUISUMOAbstractView::waitForSnapshots(long long) /home/delphi/clangDebug/sumo/src/utils/gui/windows/GUISUMOAbstractView.cpp:1480:21
>     #4 0x6e13fa in GUIRunThread::waitForSnapshots(long long) /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:351:32
>     #5 0x6dc77c in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:155:9
>     #6 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #7 0x7f1d28da84f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
>     #8 0x7f1d287a9608 in start_thread /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:477:8
>     #9 0x7f1d24949132 in clone /build/glibc-SzIz7B/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bluelight bugs ticket7473 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4148662==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff6aec1b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff698e750cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff6aab5c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bluelight bugs ticket8071 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4148946==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa6929132f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa67cb820cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa68e854082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bluelight bugs ticket8072 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4148947==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7d4b79b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7d35a0c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7d476dc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bluelight bugs ticket9310 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4149007==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efdf96832f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efde38e20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efdf55c4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bluelight multiple ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4147657==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f24d00dd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f24ba32a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f24cc01e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bluelight opposite_multiple ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
8a19,87
> 
> =================================================================
> ==4148280==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f023c7962f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f02269f20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f02386d7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bluelight opposite_multiple2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
8a19,102
> 
> =================================================================
> ==4148319==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f165ade42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f16450300cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1656d25082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bluelight opposite_multiple_oncoming ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4148332==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f797fbe22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 304 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bluelight opposite_multiple_oncoming2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4148392==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa1cdddc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 304 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bluelight opposite_redlight_left ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4148567==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3595a652f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f357fcc60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f35919a6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bluelight opposite_redlight_right ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4148418==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe7bca542f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe7a6ca10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe7b8995082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bluelight opposite_redlight_straight ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4148509==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7ed160b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7ebb86a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7ecd54c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bluelight override_strategic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4147838==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f406df722f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f40581bf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4069eb3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bluelight reactiondist ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4147689==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9013dbf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8ffe00c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f900fd00082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bluelight short_edge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4147711==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fee340882f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fee1e2e60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fee2ffc9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bluelight short_edge_turnaround ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,91
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4147817==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb5c9f232f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb5b41850cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb5c5e64082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bluelight single ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4147649==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f748e3132f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f74785740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f748a254082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bluelight turnlane_blocked ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4148193==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f88cfee82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f88ba14a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f88cbe29082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bt assignment all_by_name__receiver ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4149273==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f06acf512f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0696f800cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f06a8e92082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bt assignment all_by_name__sender ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4149288==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7f6deca2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7f57efb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7f69e0b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bt assignment all_by_prob__receiver ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4149022==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f60fbb582f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f60e5b870cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f60f7a99082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bt assignment all_by_prob__sender ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4149254==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd3b5b952f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd39fbc30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd3b1ad6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bt assignment by_vehicle_param ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4149645==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcaab21e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fca9524f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcaa715f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bt assignment by_vehicle_param_over_vtype1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4149694==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2962b2e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f294cb5d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f295ea6f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bt assignment by_vehicle_param_over_vtype2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4149842==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f320f04c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f31f907e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f320af8d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bt assignment by_vtype_param ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4149666==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd2257952f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd20f7c30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd2216d6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bt assignment half_by_name__receiver ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4149340==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4405b722f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f43efb900cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4401ab3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bt assignment half_by_name__sender ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4149635==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f969238a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f967c3a80cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f968e2cb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bt assignment half_by_prob__receiver ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4149307==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd7f9caf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd7e3ccd0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd7f5bf0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bt assignment half_by_prob__sender ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4149334==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff5b7e5e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff5a1e8f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff5b3d9f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bt functionality approaching_opposite all_cps ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4150136==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8b5c5602f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8b4657a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8b584a1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bt functionality approaching_opposite one_cp ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4150322==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8ed8a672f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8ec2a950cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8ed49a8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bt functionality comm_test_both_receiver all_cps ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4150346==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc46f8442f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc4598760cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc46b785082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bt functionality comm_test_both_receiver one_cp ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4150372==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6f26d5c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6f10d8d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6f22c9d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bt functionality comm_test_left_receiver all_cps ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4150443==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f11e03932f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f11ca3c30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f11dc2d4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bt functionality comm_test_left_receiver diff_speed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4150596==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f471b8b42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f47058e50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f47177f5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bt functionality comm_test_left_receiver one_cp ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4150631==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f024f2dc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f023930d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f024b21d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bt functionality comm_test_right_receiver all_cps ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4150641==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f82ec0bf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f82d60f00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f82e8000082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bt functionality comm_test_right_receiver diff_speed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4150708==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7cdeab82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7cc8ae90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7cda9f9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bt functionality comm_test_right_receiver one_cp ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4150675==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f80b93182f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f80a33360cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f80b5259082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bt functionality parallel all_cps ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4149937==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f79b8f4d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f79a2f7e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f79b4e8e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bt functionality parallel one_cp ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4149934==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f470480a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f46ee8280cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f470074b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bt functionality parallel_one_starting_later all_cps ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4149955==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f74dbf872f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f74c5fb50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f74d7ec8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices bt functionality parallel_one_starting_later one_cp ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4150053==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f65e0b292f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f65cab5b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f65dca6a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices driverstate queue_stop_start ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4165709==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f36908382f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f367aa940cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f368c779082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices driverstate queue_stop_start_cacc_apply ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4165938==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f057b3ce2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f056562b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f057730f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices driverstate queue_stop_start_cacc_default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4165742==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f421840c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f42026670cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f421434d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices driverstate queue_stop_start_idm ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4165726==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fafc00462f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fafaa2b50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fafbbf87082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices emissions assignment all_by_name ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,430
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4147601==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd77fc5e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd769c8d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd77bb9f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices emissions assignment all_by_prob ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,430
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4147394==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff72f2ef2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff71930d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff72b230082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices emissions assignment half_by_name ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,430
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4147610==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcd515182f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcd3b5490cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcd4d459082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices emissions assignment half_by_prob ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,14
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Tracer caught signal 11: addr=0x0 pc=0x5b7b84 sp=0x7fd9fb9a1d30
> ==4147608==LeakSanitizer has encountered a fatal error.
> ==4147608==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
> ==4147608==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices emissions tripinfo_precision ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,83
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4147623==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f703e22c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f702827a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f703a16d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices example assign_by_prob_and_param ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,64
> 
> =================================================================
> ==4146393==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff39c9422f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff386b9c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff398883082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 4560 byte(s) in 30 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices example custom_parameters ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4146354==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbfa2fef2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbf8d2610cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbf9ef30082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices example other_device ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4146366==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe9955852f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe97f7e10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe9914c6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices friction custom_net ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4169832==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f09be19e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f09a840a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f09ba0df082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices friction plain ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4169768==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcdbfc092f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcda9e7a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcdbbb4a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices glosa slowDown ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4169605==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8c4977c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8c339c90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8c456bd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices glosa slowDown_no ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4169747==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9225b502f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f920fdb10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9221a91082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices glosa slowDown_no_tlsRange ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4169647==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f12bbc642f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f12a5a660cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f12b7ba5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices glosa speedUp ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4169749==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffa69c1b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffa53e7a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffa65b5c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment all_by_name ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4157172==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3f8490f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3f6e93f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3f80850082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment all_by_prob ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4157030==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa1e79c72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa1d19e50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa1e3908082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment all_by_prob_flow ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4157116==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f027932f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f02633700cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0275270082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment all_by_prob_trip ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4157027==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1a7cd4b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1a66d780cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1a78c8c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment auto_flow ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4157102==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7cb147d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7c9b4bd0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7cad3be082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment auto_flow_with_taz ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4157890==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2af83d22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2ae1fa10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2af4313082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment auto_trip ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4157085==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6061fce2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f604bfec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f605df0f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment auto_trip_single_edge_depart_beyond_arrival ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4158297==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efe6ae962f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efe54eb00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efe66dd7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment auto_trip_with_stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4158276==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f73214e12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f730b5020cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f731d422082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment auto_trip_with_taz ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4157878==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8e7e5d72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8e681a90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8e7a518082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment bike-speeds ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4158588==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f320d7dd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f31f780e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f320971e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment by_param ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,91
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4157077==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0afd9dd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0ae7c2a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0af991e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment errors disconnect ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
4a6,63
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4158788==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2f2ed3d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : devices rerouting assignment errors disconnect_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,12
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,84
> 
> =================================================================
> ==4158825==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb9424312f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb92c6a10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb93e372082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment errors empty_taz ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4158986==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdfdd7ba2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdfd96fb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fdfdd7ba93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fdfdd7b9b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : devices rerouting assignment errors taz_disconnect_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,31
> 
> =================================================================
> ==4158661==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffb84d972f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffb6e96b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffb80cd8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7ffb84d9793c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7ffb84d96b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment errors trip_with_taz_disconnect ( Last six runs Oct2022 )

---------- Differences in errors ----------
4a5,32
> 
> =================================================================
> ==4158651==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbb20d942f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbb0a9650cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbb1ccd5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fbb20d9493c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fbb20d93b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).

TEST FAILED on ts-sim-build-ba : devices rerouting assignment errors unknown_taz ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4158921==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7bd2f0a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7bcee4b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f7bd2f0a93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f7bd2f09b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : devices rerouting assignment half_by_name ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4157591==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f58bf1712f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f58a918f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f58bb0b2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment half_by_prob ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4157312==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe5b89952f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe5a29b00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe5b48d6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment half_by_prob_trip ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4157058==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7a9c3d52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7a864160cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7a98316082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment priority-factor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4158534==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7faffe8872f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fafe88b50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7faffa7c8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment stops_via ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==4158563==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1dd47e22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1dd0723082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f1dd47e293c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f1dd47e1b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : devices rerouting assignment taz_astar ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4157893==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3a067c52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f39f05b20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3a02706082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment taz_astar_landmark ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4157970==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0eb1c292f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0e9ba130cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0eadb6a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment taz_astar_landmark_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,81
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4158247==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8ea404a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8e8de360cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8e9ff8b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment taz_astar_landmark_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4158074==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4a97cd12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4a81abf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4a93c12082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment trip_diff_routes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4157158==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f14302602f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f141a27a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f142c1a1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment trip_taz_lastroute ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4157786==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3081feb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f306bbbd0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f307df2c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment trip_taz_noedge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4157768==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2d31c122f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2d1b7e40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2d2db53082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment trip_taz_permissions ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==4157869==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f67dda122f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f67c75e60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f67d9953082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f67dda1293c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f67dda11b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment trip_with_explicit_taz-edges ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4157678==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff149a512f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff1336220cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff145992082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment trip_with_taz ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4157611==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8b385012f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8b220bc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8b34442082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment trip_with_taz_source ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4157687==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f660ffe62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f65f9bb80cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f660bf27082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment two_stops_same_edge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4158309==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4f349722f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4f1e9900cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4f308b3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting assignment two_stops_same_edge_looped ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4158396==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe40b4e52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe3f55160cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe407426082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting disconnected ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,48
> 
> =================================================================
> ==4165696==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5e4b2682f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5e352820cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5e471a9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : devices rerouting invalid_adaptation_interval ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4165379==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f333adca2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3336d0b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f333adca93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f333adc9b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : devices rerouting invalid_pre_period ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4165522==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2584 byte(s) in 17 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f04e7fa74f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting junctionTaz fromJunction ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4159021==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbcf731e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbce156a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbcf325f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting junctionTaz fromJunction_add ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4159253==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff1a0a2c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff18aa4a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff19c96d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting junctionTaz fromJunction_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==4159009==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fad993102f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fad95251082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fad9931093c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fad9930fb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : devices rerouting junctionTaz load_some_taz ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,81
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4159243==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f062b45b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f06152480cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f062739c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting junctionTaz load_taz ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4159235==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb6086632f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb5f24510cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb6045a4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting junctionTaz toJunction ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4159067==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8e516ea2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8e3b9370cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8e4d62b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting junctionTaz viaJunctions ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4159121==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9dde3972f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9dc85e40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9dda2d8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting parallel parallel_astar ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4159284==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9dd237c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9dbb38f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9dce2bd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting parallel parallel_ch ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,14
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Tracer caught signal 11: addr=0x0 pc=0x5b7b84 sp=0x7f44dcc5bd30
> ==4159286==LeakSanitizer has encountered a fatal error.
> ==4159286==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
> ==4159286==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting parallel parallel_disconnected ( Last six runs Oct2022 )

---------- Differences in errors ----------
4a5,60
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4159527==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff3b05df2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff3995e20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff3ac520082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : devices rerouting parallel parallel_flow ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4159264==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f90cb18f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f90b418f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f90c70d0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting parallel public_walk ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4159878==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff9007842f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff8e95880cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff8fc6c5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting parallel taz_astar_landmark_parallel ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,81
> 
> =================================================================
> ==4159442==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0e2ead72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0e178ac0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0e2aa18082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting parallel trip_taz_noedge_disconnected_parallel ( Last six runs Oct2022 )

---------- Differences in errors ----------
6a7,52
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4159601==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3fd82b02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3fc1e830cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3fd41f1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip 2persontrips ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4161121==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f45add3f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4597fbc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f45a9c80082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip 2persontrips_disconnected ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4161178==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc4a84992f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc4927150cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc4a43da082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip access ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4162599==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0de603d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0dcfe510cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0de1f7e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip access_length ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4163818==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdd9de342f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdd87c490cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdd99d75082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip atJunction_ride_walk ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4164064==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f80582b62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f80425460cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f80541f7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip basic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4161098==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fec012882f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7febeb5010cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7febfd1c9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip bike_public_walk ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,145
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4163650==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0392d432f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f037cb3e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f038ec84082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip busstop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4161774==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0c7571d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0c5f5500cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0c7165e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip busstop_early ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4161830==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f24337762f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f241d5a60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f242f6b7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip busstop_too_late ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4161866==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbc91c1b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbc7ba370cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbc8db5c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip busstop_too_late2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4161978==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f14932f02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f147d10f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f148f231082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip busstop_twice ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,123
> 
> =================================================================
> ==4162172==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f544ec352f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5438a530cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f544ab76082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip busstop_unmatched ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,125
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4162366==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6ec8c5c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6eb2a8e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6ec4b9d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip car ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4161210==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2d93ee42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2d7e1760cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2d8fe25082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip car_public_walk ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,145
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4162868==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffb72ea52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffb5ccb60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffb6ede6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip car_public_walk2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,145
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4162890==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb44496f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb42e7800cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb4408b0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip car_public_walk3 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,145
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4162997==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4fe2d8d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4fccb890cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4fdecce082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip car_public_walk4 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,145
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4163072==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8aa092a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8a8a73e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8a9c86b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip car_public_walk5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,145
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4163115==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4b2b6ad2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4b154a90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4b275ee082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip car_public_walk_internal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,145
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4163210==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc6efb0e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc6d99200cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc6eba4f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip car_public_walk_parkingAreas ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,145
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4163282==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8d809a32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8d6a7b60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8d7c8e4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip car_public_walk_transfer_forbidden ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,145
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4162858==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd8a78932f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x354b8c7 in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:181:38
>     #7 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #8 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
>     #9 0x35592db in MSStageTrip::proceed(MSNet*, MSTransportable*, long long, MSStage*) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:297:20
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip car_type ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4161254==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe227faa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe2122070cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe223eeb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip car_walk ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4161302==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f99c08c42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x354b8c7 in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:181:38
>     #7 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #8 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
>     #9 0x35592db in MSStageTrip::proceed(MSNet*, MSTransportable*, long long, MSStage*) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:297:20
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip car_walk_arrivalpos ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4161461==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f56abe782f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x354b8c7 in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:181:38
>     #7 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #8 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
>     #9 0x35592db in MSStageTrip::proceed(MSNet*, MSTransportable*, long long, MSStage*) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:297:20
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip car_walk_departPos ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4161493==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f537fbab2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x354b8c7 in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:181:38
>     #7 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #8 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
>     #9 0x35592db in MSStageTrip::proceed(MSNet*, MSTransportable*, long long, MSStage*) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:297:20
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip car_walk_sidewalk ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4161373==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3edb5192f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x354b8c7 in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:181:38
>     #7 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #8 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
>     #9 0x35592db in MSStageTrip::proceed(MSNet*, MSTransportable*, long long, MSStage*) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:297:20
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip early_ending_flow ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4163313==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f527b02c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5264e2a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5276f6d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip early_pt ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4163342==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb8c4c782f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb8aea630cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb8c0bb9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip errors access_double_invalid ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4164108==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7faae53da2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7faae131b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7faae53da93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7faae53d9b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip errors access_invalid ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4164105==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f82cc9ed2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f82c892e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f82cc9ed93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f82cc9ecb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip errors flow_without_end ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,126
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4164127==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd249f732f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd233da60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd245eb4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip errors unreachable_rides ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,47
> 
> =================================================================
> ==4164125==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f963b5ca2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f96253e90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f963750b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip intermodal_car_walk ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,105
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4162422==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 528 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x3544bae in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:119:24
>     #2 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #3 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
>     #4 0x35592db in MSStageTrip::proceed(MSNet*, MSTransportable*, long long, MSStage*) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:297:20
>     #5 0x35a455b in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:119:20
>     #6 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
>     #7 0x35d5fd9 in MSTransportableControl::checkWaiting(MSNet*, long long) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportableControl.cpp:192:20
>     #8 0x1af21d2 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:682:26
>     #9 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #10 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #11 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #12 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #13 0x7fb023fbd4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip intermodal_car_walk_input ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4162487==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2b1de1e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2b080ae0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2b19d5f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip intermodal_car_walk_junction ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,105
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4162465==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 528 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x3544bae in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:119:24
>     #2 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #3 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
>     #4 0x35592db in MSStageTrip::proceed(MSNet*, MSTransportable*, long long, MSStage*) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:297:20
>     #5 0x35a455b in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:119:20
>     #6 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
>     #7 0x35d5fd9 in MSTransportableControl::checkWaiting(MSNet*, long long) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportableControl.cpp:192:20
>     #8 0x1af21d2 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:682:26
>     #9 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #10 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #11 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #12 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #13 0x7f0f3e9a54f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip intermodal_car_walk_junctionTaz ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,93
> 
> =================================================================
> ==4162582==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffb5e9c12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffb48c2e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffb5a902082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip intermodal_car_walk_no_place ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,84
> 
> =================================================================
> ==4162519==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 528 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x3544bae in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:119:24
>     #2 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #3 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
>     #4 0x35592db in MSStageTrip::proceed(MSNet*, MSTransportable*, long long, MSStage*) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:297:20
>     #5 0x35a455b in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:119:20
>     #6 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
>     #7 0x35d5fd9 in MSTransportableControl::checkWaiting(MSNet*, long long) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportableControl.cpp:192:20
>     #8 0x1af21d2 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:682:26
>     #9 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #10 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #11 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #12 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip intermodal_car_walk_ptstop ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,105
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4162545==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 528 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x3544bae in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:119:24
>     #2 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #3 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
>     #4 0x35592db in MSStageTrip::proceed(MSNet*, MSTransportable*, long long, MSStage*) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:297:20
>     #5 0x35a455b in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:119:20
>     #6 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
>     #7 0x35d5fd9 in MSTransportableControl::checkWaiting(MSNet*, long long) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportableControl.cpp:192:20
>     #8 0x1af21d2 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:682:26
>     #9 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #10 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #11 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #12 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #13 0x7fd296aea4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip junctionTaz fromJunction ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4160582==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7effbf3272f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7effa95b40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7effbb268082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip junctionTaz fromJunction_equal_toJunction ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,69
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4160836==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4f190ce2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x354b8c7 in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:181:38
>     #7 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #8 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
>     #9 0x35592db in MSStageTrip::proceed(MSNet*, MSTransportable*, long long, MSStage*) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:297:20
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip junctionTaz fromJunction_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==4160573==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcb92f162f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcb8ee57082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fcb92f1693c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fcb92f15b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip junctionTaz intermodal_net ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,67
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4160778==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 912 byte(s) in 6 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x354b8c7 in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:181:38
>     #7 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #8 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
>     #9 0x35592db in MSStageTrip::proceed(MSNet*, MSTransportable*, long long, MSStage*) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:297:20
>     #10 0x35a455b in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:119:20
>     #11 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
>     #12 0x35d5fd9 in MSTransportableControl::checkWaiting(MSNet*, long long) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportableControl.cpp:192:20
>     #13 0x1af21d2 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:682:26
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip junctionTaz load_some_taz ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4160694==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4a111662f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f49faf830cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4a0d0a7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip junctionTaz load_taz ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4160687==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fab154352f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7faaff2670cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fab11376082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip junctionTaz toJunction ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4160578==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd4a2a552f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd48ccd10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd49e996082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip junctionTaz viaJunctions ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4160598==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fae37d562f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fae21fd10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fae33c97082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip junctionTaz walk ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4160659==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fce6d5412f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fce577cf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fce69482082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip late_pt ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4163375==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3fe06f02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3fca4de0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3fdc631082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip missed_bus_reroute ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4164029==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0f068502f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0ef06610cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0f02791082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip no_valid_connection ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,416
> 
> =================================================================
> ==4162397==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5b388022f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5b22a720cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5b34743082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 1336 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xb0b9db in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:52:24
>     #2 0x354b8c7 in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:181:38
>     #3 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #4 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
>     #5 0x35592db in MSStageTrip::proceed(MSNet*, MSTransportable*, long long, MSStage*) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:297:20
>     #6 0x35a455b in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:119:20
>     #7 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
>     #8 0x35d5fd9 in MSTransportableControl::checkWaiting(MSNet*, long long) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportableControl.cpp:192:20
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip opposite-factor default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4161015==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbe82f562f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbe6d1f40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbe7ee97082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip opposite-factor factor_0.5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4161024==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc8cb5de2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc8b587e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc8c751f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip opposite-factor factor_1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4161025==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff61508c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff5ff3170cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff610fcd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip opposite-factor sidewalk_default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4161031==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc3abe0c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc39609c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc3a7d4d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip opposite-factor sidewalk_factor_0.5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4161027==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9a6b56e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9a557fe0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9a674af082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip opposite-factor sidewalk_factor_1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4161032==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f27b52e42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f279f5760cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f27b1225082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip prefer_walking ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4162178==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f85308692f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f851a6880cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f852c7aa082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip prefer_walking2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4162262==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb50deea2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb4f7d090cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb509e2b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip ptline_routing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4163283==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7c77b532f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7c5f5fc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7c73a94082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip public_walk ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4161569==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcdf9acb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcde38fd0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcdf5a0c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip public_walk_human_readable_step2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,126
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4163523==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fafd63522f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fafc01810cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fafd2293082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip public_walk_human_readable_time ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4163437==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f22de2ae2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f22c80de0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f22da1ef082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip public_walk_singleveh ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,146
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4161675==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb05df292f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb047d4e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb059e6a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip public_walk_speedfactor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4161636==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5ad6c722f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5ac0a860cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5ad2bb3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip randomized_weights ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4164001==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f30fdffa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f30e828a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f30f9f3b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip ride_from_stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4164046==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f32e191f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f32cb2c20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f32dd860082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip ride_trip ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4163956==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f99acbe12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f99965850cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f99a8b22082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip ride_trip_access ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4163972==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbd085802f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbcf1f300cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbd044c1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip stop_access_stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4163848==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f12f9ad82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f12e390a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f12f5a19082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip taz ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4164035==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3fd4a462f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3fbe8630cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3fd0987082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip toJunction_twice ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4164078==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f707f3c12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f706963e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f707b302082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip unusable_bus ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,125
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4161736==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbc3f95d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbc29bee0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbc3b89e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip vtype ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4161182==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6d2fff42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6d1a2500cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6d2bf35082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting personTrip walk_access_walk ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4162817==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5e90dc72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5e7abf90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5e8cd08082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting reroute_congestions delayed_insertion ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4164208==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f962e4bb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f96187380cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f962a3fc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting reroute_congestions delayed_insertion_departLaneBest ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4164232==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4aeb12a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4ad53bc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4ae706b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting reroute_congestions exit_times ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4164260==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f53a0e542f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5389f520cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f539cd95082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting reroute_congestions period_120 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4164180==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7519e282f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7502f370cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7515d69082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting reroute_congestions period_vType ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4164530==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa505dbc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa4eeeaf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa501cfd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting routes_explicite_routes initial_longer ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4156616==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efd654112f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efd4f42f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efd61352082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting routes_explicite_routes initial_longer_arrivalEdge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,48
> 
> =================================================================
> ==4156676==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2f191fe2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2f0321a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2f1513f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting routes_explicite_routes period5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4157016==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9b9a5ee2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9b8460c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9b9652f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting routes_explicite_routes plain ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4156583==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f50871312f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f507114d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5083072082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting routes_explicite_routes stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4156721==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd2e793e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd2d196e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd2e387f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting routes_explicite_routes vclasses ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4156989==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f71be2ca2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f71a82fb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f71ba20b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting routes_same_route close_to_junction ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4156576==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fda1cb032f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fda06b200cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fda18a44082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting routes_same_route initial_longer ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4156519==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2d5cb392f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2d46b780cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2d58a7a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting routes_same_route plain ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4156479==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb6bc51a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb6a65590cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb6b845b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting stops cyclic_trip ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4164539==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8312e5e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f82fcc600cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f830ed9f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting stops cyclic_trip_past_stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4293555508 + 4283672992 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4240631471 + 3905587199 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4164612==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6fdae872f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6fc4c730cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6fd6dc8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting stops public_transport_implicit_route ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4164851==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9878a162f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f98628160cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9874957082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting stops public_transport_implicit_route_depot ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4164894==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8ccb2212f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8cb500f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8cc7162082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting stops public_transport_implicit_route_depot_flow ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4164893==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f827e9052f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f82687140cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f827a846082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting stops stop_same_edge_loop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4165017==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0aee0802f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0ad82c90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0ae9fc1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting tlsPenalty default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4164399==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7cf6c052f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7ce0a340cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7cf2b46082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting tlsPenalty penalty_0.5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4164533==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9f08d722f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9ef2ba40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9f04cb3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting turn_specific_speeds default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4165063==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f15f85822f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f15e23a10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f15f44c3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting turn_specific_speeds separateTurns_0.5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4165088==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f658a6f82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f657452a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6586639082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting turn_specific_speeds separateTurns_0.5_interval_10 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4165140==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f82c1c212f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f82aba3f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f82bdb62082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting turn_specific_speeds separateTurns_1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4165141==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2eca21b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2eb404a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2ec615c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting turn_specific_speeds separateTurns_1_intermodal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4165194==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f26f34742f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f26dd2a60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f26ef3b5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting turn_specific_speeds separateTurns_1_interval_10 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4165146==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd7ec8a82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd7d66da0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd7e87e9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting via flow ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,83
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4160146==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f84adf0c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f84981670cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f84a9e4d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting via flow_embedded ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,83
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4160172==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0cab4c82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0c957240cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0ca7409082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting via route ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4160374==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7e972882f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7e814e40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7e931c9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- Differences in vehroutes ----------
5c5
<     <vehicle id="0" depart="0.00" arrival="64.00">
---
>     <vehicle id="0" depart="0.00" arrival="45.00">
7,8c7,8
<             <route replacedOnEdge="" replacedAtTime="0.00" probability="0" edges="A0toB0 B0toC0 C0toD0 D0toD1 D1toC1 C1toB1 B1toA1 A1toA2 A2toB2 B2toC2 C2toD2 D2toD3"/>
<             <route edges="A0toB0 B0toB1 B1toA1 A1toA2 A2toB2 B2toC2 C2toD2 D2toD3"/>
---
>             <route replacedOnEdge="" reason="device.rerouting" replacedAtTime="0.00" probability="0" edges="A0toB0 B0toC0 C0toD0 D0toD1 D1toC1 C1toB1 B1toA1 A1toA2 A2toB2 B2toC2 C2toD2 D2toD3"/>
>             <route edges="A0toB0 B0toC0 C0toD0 D0toD1 D1toD2 D2toD3"/>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting via route_embedded ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4160504==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4542ea42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f452d0ef0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f453ede5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- Differences in vehroutes ----------
5c5
<     <vehicle id="0" depart="0.00" arrival="64.00">
---
>     <vehicle id="0" depart="0.00" arrival="45.00">
7,8c7,8
<             <route replacedOnEdge="" replacedAtTime="0.00" probability="0" edges="A0toB0 B0toC0 C0toD0 D0toD1 D1toC1 C1toB1 B1toA1 A1toA2 A2toB2 B2toC2 C2toD2 D2toD3"/>
<             <route edges="A0toB0 B0toB1 B1toA1 A1toA2 A2toB2 B2toC2 C2toD2 D2toD3"/>
---
>             <route replacedOnEdge="" reason="device.rerouting" replacedAtTime="0.00" probability="0" edges="A0toB0 B0toC0 C0toD0 D0toD1 D1toC1 C1toB1 B1toA1 A1toA2 A2toB2 B2toC2 C2toD2 D2toD3"/>
>             <route edges="A0toB0 B0toC0 C0toD0 D0toD1 D1toD2 D2toD3"/>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting via trips ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4159892==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f06925b92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f067c81b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f068e4fa082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting via trips_periodic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4159965==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5f4168a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5f2b8d70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5f3d5cb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting via trips_periodic2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4159980==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0167b572f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0151db10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0163a98082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting via trips_periodic2_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4160032==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f63687472f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f63529a40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6364688082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting via trips_taz ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4159927==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f96cc88f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f96b66790cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f96c87d0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting weights init_with_loaded_weights ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4159850==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa1d59932f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa1bf7810cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa1d18d4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting weights randomized_weights ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4159865==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb4c45712f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb4ae7e40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb4c04b2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting weights stopped_vehicle ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4159839==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcdd37bf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcdbd7f00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcdcf700082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting weights weight_average_steps ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4159834==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f90c2bd42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f90acc150cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f90beb15082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices rerouting weights weight_output ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4159784==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3edcd6f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3ec6dad0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3ed8cb0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm bugs ticket11336 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
3a14,112
> 
> =================================================================
> ==4156361==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 12264 byte(s) in 511 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7ff4961164f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm bugs ticket4350 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,75
> 
> =================================================================
> ==4155911==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 9240 byte(s) in 385 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7ffac2af14f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffac26562f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffaac8c60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm bugs ticket5231 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,166
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4155943==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 568896 byte(s) in 23704 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f35ef0c14f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm bugs ticket5643 ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,112
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4155950==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 7776 byte(s) in 324 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f6ea32584f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 6696 byte(s) in 279 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm bugs ticket5839 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4155962==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2997696 byte(s) in 124904 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f3bf16bb4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 3648 byte(s) in 152 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm bugs ticket6416 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,166
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4155988==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f34e49352f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 360 byte(s) in 15 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm bugs ticket7836 ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,13
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
5a16,99
> 
> =================================================================
> ==4156265==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 9528 byte(s) in 397 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f97568ac4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm config PET_DRAC_trajectories ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4151331==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3024 byte(s) in 126 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f6a4851e4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm config commaSeparated ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,91
> 
> =================================================================
> ==4150764==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3024 byte(s) in 126 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f880f7174f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f880f27c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 336 byte(s) in 14 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bbcde9 in MSDevice_SSM::getVehiclesOnJunction(MSJunction const*, MSLane const*, double, MSLane const*, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&)::$_1::operator()(std::vector<MSVehicle*, std::allocator<MSVehicle*> > const&) const /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice
_SSM.cpp:3390:26
>     #2 0x2bb8598 in MSDevice_SSM::getVehiclesOnJunction(MSJunction const*, MSLane const*, double, MSLane const*, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&)::$_0::operator()(MSLane const*) const /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3412:9
>     #3 0x2bb3de0 in MSDevice_SSM::getVehiclesOnJunction(MSJunction const*, MSLane const*, double, MSLane const*, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3461:5
>     #4 0x2b53b18 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3055:9
>     #5 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm config decreased_extratime_crossing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4151520==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3024 byte(s) in 126 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f08e1f684f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm config decreased_extratime_following ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4151568==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3552 byte(s) in 148 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fd8ededf4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm config decreased_range ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4151497==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3024 byte(s) in 126 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f75e24b84f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm config defaults ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,110
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4150772==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3024 byte(s) in 126 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fdb188004f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm config extended_range ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4151397==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3024 byte(s) in 126 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f4f3f5b44f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm config filter_edges_no_conflict ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4151598==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff0095df2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7feff38410cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff005520082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm config filter_edges_with_conflict ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4151673==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 1752 byte(s) in 73 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f2b1ad044f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm config onlyDRAC ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4151077==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3024 byte(s) in 126 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f161f0744f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm config onlyDRAC_threshold ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4151152==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3024 byte(s) in 126 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f2f02d334f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm config onlyPET ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4151227==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3024 byte(s) in 126 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f58767174f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm config onlyPET_threshold ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4151243==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3024 byte(s) in 126 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f4a3f4e04f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm config onlyTTC ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4150791==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3024 byte(s) in 126 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f1b1e9974f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm config onlyTTC_threshold ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,91
> 
> =================================================================
> ==4150820==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3024 byte(s) in 126 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f5a81acd4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5a816322f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 336 byte(s) in 14 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bbcde9 in MSDevice_SSM::getVehiclesOnJunction(MSJunction const*, MSLane const*, double, MSLane const*, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&)::$_1::operator()(std::vector<MSVehicle*, std::allocator<MSVehicle*> > const&) const /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice
_SSM.cpp:3390:26
>     #2 0x2bb8598 in MSDevice_SSM::getVehiclesOnJunction(MSJunction const*, MSLane const*, double, MSLane const*, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&)::$_0::operator()(MSLane const*) const /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3412:9
>     #3 0x2bb3de0 in MSDevice_SSM::getVehiclesOnJunction(MSJunction const*, MSLane const*, double, MSLane const*, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3461:5
>     #4 0x2b53b18 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3055:9
>     #5 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm config threshold_measures_mismatch1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,81
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4151270==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f83b20472f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f839c2a30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f83adf88082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm config threshold_measures_mismatch2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,81
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4151325==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7004d1f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6feef7a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7000c60082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm config writeLanePositions ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,110
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4151974==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3024 byte(s) in 126 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f7d062624f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm config writeLanePositions_to_globalMeasures ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,110
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4151810==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3024 byte(s) in 126 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f37c2fcc4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm config writePositions_to_globalMeasures ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,110
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4151744==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3024 byte(s) in 126 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fd49a01e4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm crossing both_left_ego_major1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,14
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Tracer caught signal 11: addr=0x0 pc=0x5b7b84 sp=0x7f96c2c46d30
> ==4152479==LeakSanitizer has encountered a fatal error.
> ==4152479==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
> ==4152479==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm crossing both_left_ego_major1_reduced_width ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4152597==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3024 byte(s) in 126 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fd36fdaa4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm crossing both_left_ego_major1_steplength1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4152698==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1a6606c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 312 byte(s) in 13 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm crossing both_left_ego_major1_steplength1_euler ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4152700==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3a2b01e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 336 byte(s) in 14 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm crossing both_left_ego_major1_sublane1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4152624==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3024 byte(s) in 126 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f6581f284f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm crossing both_left_ego_major1_sublane2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4152688==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3024 byte(s) in 126 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fa717f194f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm crossing both_left_ego_major2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4152847==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2856 byte(s) in 119 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f25d2ae44f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm crossing both_left_ego_minor1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4152174==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3192 byte(s) in 133 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fe1e17d14f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm crossing both_left_ego_minor1_early_arrival_foe ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4152899==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3192 byte(s) in 133 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fae60e5b4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm crossing both_left_ego_minor1_steplength1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4152132==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f34ae3a62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 360 byte(s) in 15 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm crossing both_left_ego_minor1_steplength1_euler ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4152190==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f91a2c012f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 336 byte(s) in 14 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm crossing both_left_ego_minor2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4152729==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3384 byte(s) in 141 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f8e778e94f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 600 byte(s) in 25 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm crossing ego_left_foe_straight ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4152037==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2808 byte(s) in 117 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f3e886624f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm crossing ego_major ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4152087==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2856 byte(s) in 119 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f73db06a4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm crossing ego_major_log_begin_during_conflict ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4152118==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2856 byte(s) in 119 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f8f210d94f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm crossing ego_minor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4152120==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3336 byte(s) in 139 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f8f698ec4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm crossing ego_straight_foe_left ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4152067==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2856 byte(s) in 119 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7ff82cb8b4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm errors filter_edges_cannot_interpret_line ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,81
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4156546==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efc362632f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efc204c20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efc321a4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm errors filter_edges_edge_not_found ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,81
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4156369==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdfb6f202f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdfa11820cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdfb2e61082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm errors filter_edges_junction_not_found ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4156407==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb0640642f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 336 byte(s) in 14 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bbcde9 in MSDevice_SSM::getVehiclesOnJunction(MSJunction const*, MSLane const*, double, MSLane const*, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&)::$_1::operator()(std::vector<MSVehicle*, std::allocator<MSVehicle*> > const&) const /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice
_SSM.cpp:3390:26
>     #2 0x2bb8598 in MSDevice_SSM::getVehiclesOnJunction(MSJunction const*, MSLane const*, double, MSLane const*, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&)::$_0::operator()(MSLane const*) const /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3412:9
>     #3 0x2bb3de0 in MSDevice_SSM::getVehiclesOnJunction(MSJunction const*, MSLane const*, double, MSLane const*, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3461:5
>     #4 0x2b53b18 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3055:9
>     #5 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #6 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #7 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #8 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #9 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm following ego_fast_follower ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,93
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4153961==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 6840 byte(s) in 285 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fd13f5324f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm following ego_fast_follower_leader_breaking ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,135
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4154232==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 7800 byte(s) in 325 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fd8eee914f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm following ego_fast_follower_leader_parking ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,135
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4154134==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 5016 byte(s) in 209 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fe213df04f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm following ego_fast_leader ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,93
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4154367==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3600 byte(s) in 150 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f3320e214f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm following ego_follows_both_turning_left_major ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4154705==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3288 byte(s) in 137 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fee9ca304f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm following ego_follows_both_turning_left_minor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4154478==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3288 byte(s) in 137 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fa75847c4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm following ego_follows_both_turning_right_ped_crossing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4154787==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2544 byte(s) in 106 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f66d82954f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 744 byte(s) in 31 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm following ego_leader_deviating_routes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4154382==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3432 byte(s) in 143 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f448a79f4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm following foe_fast_follower ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,93
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4154019==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 7680 byte(s) in 320 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f8eea9054f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm following foe_fast_follower_leader_braking ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,135
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4154248==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 8640 byte(s) in 360 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f9e9ebb94f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm following foe_fast_follower_leader_parking1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,135
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4154279==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 8424 byte(s) in 351 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fcef62f94f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm following foe_fast_follower_leader_parking2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,135
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4154289==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 8424 byte(s) in 351 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f432003b4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm following foe_follows_both_turning_left_major ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4154727==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3984 byte(s) in 166 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fa7d6edf4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm following foe_follows_both_turning_left_minor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4154585==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 4056 byte(s) in 169 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f7e41e5c4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm following foe_leader_deviating_routes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4154460==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3552 byte(s) in 148 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f954b59a4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm following minGap ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4154845==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3288 byte(s) in 137 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fe96c2fe4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm geo_coords with_geo ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4155892==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3624 byte(s) in 151 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f2e0ddfd4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm geo_coords without_geo ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4155909==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3624 byte(s) in 151 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f740c2d74f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm merging ego_left_foe_right_major ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4153337==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3168 byte(s) in 132 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f6b25fca4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 648 byte(s) in 27 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm merging ego_left_foe_right_minor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4153521==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3552 byte(s) in 148 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f959a79e4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 624 byte(s) in 26 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm merging ego_left_foe_straight_major ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4153818==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3432 byte(s) in 143 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f306906e4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 624 byte(s) in 26 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm merging ego_left_foe_straight_minor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,14
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Tracer caught signal 11: addr=0x0 pc=0x5b7b84 sp=0x7f4c2e2b1d30
> ==4153924==LeakSanitizer has encountered a fatal error.
> ==4153924==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
> ==4153924==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm merging ego_right_foe_left_major ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4153511==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2856 byte(s) in 119 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fc4c15584f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm merging ego_right_foe_left_minor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4153527==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3120 byte(s) in 130 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fcd4f6ae4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm merging ego_right_foe_straight_major ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4153788==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3648 byte(s) in 152 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f413e5204f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm merging ego_right_foe_straight_minor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4153656==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2856 byte(s) in 119 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f1b7aa4a4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm merging foe_left_ego_straight_major ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4153878==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2856 byte(s) in 119 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fb7faa9e4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm merging foe_left_ego_straight_minor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4154184==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3744 byte(s) in 156 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f84f9f1b4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 600 byte(s) in 25 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm merging foe_right_ego_straight_major ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4153865==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2856 byte(s) in 119 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f035df5c4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm merging foe_right_ego_straight_minor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4153662==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3360 byte(s) in 140 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f06d99ea4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm multilane adjacent_four_vehs ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4155176==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2856 byte(s) in 119 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f6d757784f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm multilane adjacent_merge_and_continuation1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4155057==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3672 byte(s) in 153 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fa90bc074f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm multilane adjacent_merge_and_continuation2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4155110==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2856 byte(s) in 119 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f27b82c64f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm multilane adjacent_merge_both_turn1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4155013==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3432 byte(s) in 143 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f11a111b4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 696 byte(s) in 29 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm multilane adjacent_merge_both_turn2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,91
> 
> =================================================================
> ==4155036==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3432 byte(s) in 143 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fbfddc6d4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 696 byte(s) in 29 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bbcde9 in MSDevice_SSM::getVehiclesOnJunction(MSJunction const*, MSLane const*, double, MSLane const*, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&)::$_1::operator()(std::vector<MSVehicle*, std::allocator<MSVehicle*> > const&) const /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice
_SSM.cpp:3390:26
>     #2 0x2bb8598 in MSDevice_SSM::getVehiclesOnJunction(MSJunction const*, MSLane const*, double, MSLane const*, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&)::$_0::operator()(MSLane const*) const /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3412:9
>     #3 0x2bb3de0 in MSDevice_SSM::getVehiclesOnJunction(MSJunction const*, MSLane const*, double, MSLane const*, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3461:5
>     #4 0x2b53b18 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3055:9
>     #5 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #6 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #7 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #8 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #9 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm multilane both_left_ego_major1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4155369==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3048 byte(s) in 127 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f0a474ad4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm multilane both_major_turn_left ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4155126==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2664 byte(s) in 111 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f07fbc504f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm multilane both_minor_turn_right ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4155161==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2712 byte(s) in 113 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f9b0e9654f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm multilane ego_left_three_foes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4155246==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2808 byte(s) in 117 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f1cc96b94f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 1176 byte(s) in 49 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm multilane ego_left_three_foes_two_equipped ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4155421==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 5664 byte(s) in 236 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f3c54c784f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 1344 byte(s) in 56 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm multilane ego_left_three_foes_two_equipped_same_file ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4155295==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 5664 byte(s) in 236 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fc48c6e94f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 1344 byte(s) in 56 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm multilane ego_minor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4155324==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3216 byte(s) in 134 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fecd931c4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 720 byte(s) in 30 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm no_conflict both_major_turn_left ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4152902==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2688 byte(s) in 112 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f528c20f4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm no_conflict both_major_turn_right ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,91
> 
> =================================================================
> ==4153167==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2544 byte(s) in 106 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f0f700d54f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0f6fc3a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 72 byte(s) in 3 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bbcde9 in MSDevice_SSM::getVehiclesOnJunction(MSJunction const*, MSLane const*, double, MSLane const*, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&)::$_1::operator()(std::vector<MSVehicle*, std::allocator<MSVehicle*> > const&) const /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice
_SSM.cpp:3390:26
>     #2 0x2bb8598 in MSDevice_SSM::getVehiclesOnJunction(MSJunction const*, MSLane const*, double, MSLane const*, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&)::$_0::operator()(MSLane const*) const /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3412:9
>     #3 0x2bb3de0 in MSDevice_SSM::getVehiclesOnJunction(MSJunction const*, MSLane const*, double, MSLane const*, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3461:5
>     #4 0x2b53b18 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3055:9
>     #5 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm no_conflict both_minor_turn_left ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4153069==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3096 byte(s) in 129 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f82031884f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm no_conflict both_minor_turn_right ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4153098==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2784 byte(s) in 116 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f99a8c7f4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm no_conflict both_straight_major ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4153256==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2520 byte(s) in 105 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7ff2c05974f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm no_conflict both_straight_minor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4153322==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2856 byte(s) in 119 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f1764f954f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm no_conflict four_vehs ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4153221==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2856 byte(s) in 119 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f99284524f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm no_conflict three_vehs ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4153199==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2520 byte(s) in 105 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fc25b1324f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm recurrent_net ego_major_recurrent ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4155475==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 4272 byte(s) in 178 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f9cc97d64f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 744 byte(s) in 31 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm recurrent_net ego_major_recurrent_longer_loop1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4155501==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3480 byte(s) in 145 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7ff2204e34f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm recurrent_net ego_major_recurrent_longer_loop1_longer_range ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4155660==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3480 byte(s) in 145 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f8e1de154f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- Differences in ssm ----------
5,13c5,13
<     <conflict begin="1.00" end="11.40" ego="ego1" foe="foe1">
<         <timeSpan values="1.00 1.10 1.20 1.30 1.40 1.50 1.60 1.70 1.80 1.90 2.00 2.10 2.20 2.30 2.40 2.50 2.60 2.70 2.80 2.90 3.00 3.10 3.20 3.30 3.40 3.50 3.60 3.70 3.80 3.90 4.00 4.10 4.20 4.30 4.40 4.50 4.60 4.70 4.80 4.90 5.00 5.10 5.20 5.30 5.40 5.50 5.60 5.70 5.80 5.90 6.00 6.10 6.20 6.30 6.40 6.50 6.60 6.70 6.80 6.90 7.00 7.10 7.20 7.30 7.40 7.50 7.60 7.70 7.80 7.90 8.00 8.10 8.20 8.30 8.40 8.50 8.60 8.70 8.80 8.90 9.00 9.10 9.20 9.30 9.40 9.50 9.60 9.70 9.80 9.90 10.00 10.10 10.20 10.3
0 10.40 10.50 10.60 10.70 10.80 10.90 11.00 11.10 11.20 11.30 11.40"/>
<         <typeSpan values="11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 12 12 12 12 12 14 14 14 14 14 14 14 14 14 16 16 16 16 16 16 16 16 16 16 17 17 17 17 17 17 17 17 17 17 17"/>
<         <egoPosition values="101.65,-50.00 101.65,-48.61 101.65,-47.22 101.65,-45.83 101.65,-44.44 101.65,-43.05 101.65,-41.67 101.65,-40.28 101.65,-38.89 101.65,-37.50 101.65,-36.11 101.65,-34.72 101.65,-33.33 101.65,-31.94 101.65,-30.55 101.65,-29.17 101.65,-27.78 101.65,-26.39 101.65,-25.00 101.65,-23.61 101.65,-22.22 101.65,-20.83 101.65,-19.44 101.65,-18.05 101.65,-16.66 101.65,-15.28 101.65,-13.89 101.65,-12.50 101.65,-11.11 101.65,-9.72 101.65,-8.33 101.65,-6.94 101.65,-5.55 101.65,-4.1
6 101.65,-2.77 101.65,-1.38 101.65,0.00 101.65,1.39 101.65,2.78 101.65,4.17 101.65,5.56 101.65,6.95 101.65,8.34 101.65,9.73 101.65,11.12 101.65,12.51 101.65,13.89 101.65,15.28 101.65,16.67 101.65,18.06 101.65,19.45 101.65,20.84 101.65,22.23 101.65,23.62 101.65,25.01 101.65,26.40 101.65,27.78 101.65,29.17 101.65,30.56 101.65,31.95 101.65,33.34 101.65,34.73 101.65,36.12 101.65,37.51 101.65,38.90 101.65,40.28 101.65,41.67 101.65,43.06 101.65,44.45 101.65,45.84 101.65,47.23 101.65,48.62 101.65,50.01
 101.65,51.40 101.65,52.79 101.65,54.17 101.65,55.56 101.65,56.95 101.65,58.34 101.65,59.73 101.65,61.12 101.65,62.51 101.65,63.88 101.65,65.20 101.82,66.46 102.41,67.53 103.41,68.16 104.54,68.32 105.63,68.35 106.68,68.35 107.69,68.35 108.65,68.35 109.57,68.35 110.44,68.35 111.26,68.35 112.05,68.35 112.78,68.35 113.47,68.35 114.12,68.35 114.76,68.35 115.42,68.35 116.11,68.35 116.83,68.35 117.57,68.35 118.33,68.35"/>
<         <egoVelocity values="0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13
.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.44 0.00,12.99 0.43,12.53 1.87,11.95 4.43,10.77 7.38,8.41 9.
30,5.37 9.92,2.76 9.78,1.10 9.39,0.29 8.94,0.05 8.49,0.00 8.04,0.00 7.59,0.00 7.14,0.00 6.69,0.00 6.24,0.00 6.50,0.00 6.76,0.00 7.02,0.00 7.28,0.00 7.54,0.00 7.80,0.00"/>
<         <foePosition values="13.89,48.35 15.28,48.35 16.67,48.35 18.06,48.35 19.45,48.35 20.83,48.35 22.22,48.35 23.61,48.35 25.00,48.35 26.39,48.35 27.78,48.35 29.17,48.35 30.56,48.35 31.95,48.35 33.34,48.35 34.72,48.35 36.11,48.35 37.50,48.35 38.89,48.35 40.28,48.35 41.67,48.35 43.06,48.35 44.45,48.35 45.84,48.35 47.23,48.35 48.62,48.35 50.00,48.35 51.39,48.35 52.78,48.35 54.17,48.35 55.56,48.35 56.95,48.35 58.34,48.35 59.73,48.35 61.12,48.35 62.51,48.35 63.89,48.35 65.28,48.35 66.67,48.35 6
8.06,48.35 69.45,48.35 70.84,48.35 72.23,48.35 73.62,48.35 74.99,48.35 76.31,48.35 77.59,48.35 78.82,48.35 80.01,48.35 81.16,48.35 82.26,48.35 83.31,48.35 84.32,48.35 85.29,48.35 86.21,48.35 87.08,48.35 87.91,48.35 88.70,48.35 89.43,48.35 90.13,48.35 90.78,48.35 91.38,48.35 91.94,48.35 92.46,48.35 92.93,48.35 93.35,48.35 93.73,48.35 94.07,48.35 94.39,48.35 94.74,48.35 95.12,48.35 95.52,48.34 95.93,48.32 96.31,48.30 96.64,48.28 96.97,48.27 97.32,48.25 97.70,48.23 98.10,48.21 98.52,48.15 98.96,48.
05 99.43,47.94 99.93,47.82 100.44,47.70 100.96,47.48 101.49,47.24 102.04,46.98 102.62,46.71 103.20,46.39 103.81,46.06 104.43,45.72 105.08,45.36 105.75,44.99 106.45,44.61 107.17,44.22 107.91,43.82 108.68,43.40 109.47,42.97 110.28,42.53 111.11,42.08 111.97,41.61 112.85,41.13 113.75,40.64 114.68,40.14 115.62,39.63"/>
<         <foeVelocity values="13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0
.00 13.89,0.00 13.47,0.00 13.02,0.00 12.57,0.00 12.12,0.00 11.67,0.00 11.22,0.00 10.77,0.00 10.32,0.00 9.87,0.00 9.42,0.00 8.97,0.00 8.52,0.00 8.07,0.00 7.62,0.00 7.17,0.00 6.72,0.00 6.27,0.00 5.82,0.00 5.37,0.00 4.92,0.00 4.47,0.00 4.02,0.00 3.57,0.00 3.12,0.00 3.38,0.00 3.64,0.00 3.90,0.00 4.16,-0.01 4.02,-0.03 3.57,-0.04 3.12,-0.04 3.38,-0.06 3.64,-0.07 3.90,-0.09 4.16,-0.12 4.42,-0.17 4.67,-0.28 4.92,-0.41 5.17,-0.55 5.41,-0.70 5.64,-0.96 5.84,-1.26 6.03,-1.60 6.19,-1.97 6.33,-2.38 6.47,-2.7
2 6.60,-3.08 6.71,-3.43 6.91,-3.62 7.10,-3.82 7.29,-4.00 7.53,-4.12 7.76,-4.23 7.99,-4.35 8.22,-4.47 8.45,-4.59 8.68,-4.72 8.91,-4.84 9.14,-4.97 9.37,-5.09 9.59,-5.21"/>
<         <conflictPoint values="101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26
 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.8
3,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54"/>
<         <TTCSpan values="NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA"/>
---
>     <conflict begin="1.00" end="10.40" ego="ego1" foe="foe1">
>         <timeSpan values="1.00 1.10 1.20 1.30 1.40 1.50 1.60 1.70 1.80 1.90 2.00 2.10 2.20 2.30 2.40 2.50 2.60 2.70 2.80 2.90 3.00 3.10 3.20 3.30 3.40 3.50 3.60 3.70 3.80 3.90 4.00 4.10 4.20 4.30 4.40 4.50 4.60 4.70 4.80 4.90 5.00 5.10 5.20 5.30 5.40 5.50 5.60 5.70 5.80 5.90 6.00 6.10 6.20 6.30 6.40 6.50 6.60 6.70 6.80 6.90 7.00 7.10 7.20 7.30 7.40 7.50 7.60 7.70 7.80 7.90 8.00 8.10 8.20 8.30 8.40 8.50 8.60 8.70 8.80 8.90 9.00 9.10 9.20 9.30 9.40 9.50 9.60 9.70 9.80 9.90 10.00 10.10 10.20 10.3
0 10.40"/>
>         <typeSpan values="11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 12 12 12 12 12 14 14 14 14 14 14 14 14 14 16 16 16 16 16 16 16 16 16 16 17"/>
>         <egoPosition values="101.65,-50.00 101.65,-48.61 101.65,-47.22 101.65,-45.83 101.65,-44.44 101.65,-43.05 101.65,-41.67 101.65,-40.28 101.65,-38.89 101.65,-37.50 101.65,-36.11 101.65,-34.72 101.65,-33.33 101.65,-31.94 101.65,-30.55 101.65,-29.17 101.65,-27.78 101.65,-26.39 101.65,-25.00 101.65,-23.61 101.65,-22.22 101.65,-20.83 101.65,-19.44 101.65,-18.05 101.65,-16.66 101.65,-15.28 101.65,-13.89 101.65,-12.50 101.65,-11.11 101.65,-9.72 101.65,-8.33 101.65,-6.94 101.65,-5.55 101.65,-4.1
6 101.65,-2.77 101.65,-1.38 101.65,0.00 101.65,1.39 101.65,2.78 101.65,4.17 101.65,5.56 101.65,6.95 101.65,8.34 101.65,9.73 101.65,11.12 101.65,12.51 101.65,13.89 101.65,15.28 101.65,16.67 101.65,18.06 101.65,19.45 101.65,20.84 101.65,22.23 101.65,23.62 101.65,25.01 101.65,26.40 101.65,27.78 101.65,29.17 101.65,30.56 101.65,31.95 101.65,33.34 101.65,34.73 101.65,36.12 101.65,37.51 101.65,38.90 101.65,40.28 101.65,41.67 101.65,43.06 101.65,44.45 101.65,45.84 101.65,47.23 101.65,48.62 101.65,50.01
 101.65,51.40 101.65,52.79 101.65,54.17 101.65,55.56 101.65,56.95 101.65,58.34 101.65,59.73 101.65,61.12 101.65,62.51 101.65,63.88 101.65,65.20 101.82,66.46 102.41,67.53 103.41,68.16 104.54,68.32 105.63,68.35 106.68,68.35 107.69,68.35 108.65,68.35 109.57,68.35 110.44,68.35 111.26,68.35"/>
>         <egoVelocity values="0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13
.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.44 0.00,12.99 0.43,12.53 1.87,11.95 4.43,10.77 7.38,8.41 9.
30,5.37 9.92,2.76 9.78,1.10 9.39,0.29 8.94,0.05 8.49,0.00 8.04,0.00"/>
>         <foePosition values="13.89,48.35 15.28,48.35 16.67,48.35 18.06,48.35 19.45,48.35 20.83,48.35 22.22,48.35 23.61,48.35 25.00,48.35 26.39,48.35 27.78,48.35 29.17,48.35 30.56,48.35 31.95,48.35 33.34,48.35 34.72,48.35 36.11,48.35 37.50,48.35 38.89,48.35 40.28,48.35 41.67,48.35 43.06,48.35 44.45,48.35 45.84,48.35 47.23,48.35 48.62,48.35 50.00,48.35 51.39,48.35 52.78,48.35 54.17,48.35 55.56,48.35 56.95,48.35 58.34,48.35 59.73,48.35 61.12,48.35 62.51,48.35 63.89,48.35 65.28,48.35 66.67,48.35 6
8.06,48.35 69.45,48.35 70.84,48.35 72.23,48.35 73.62,48.35 74.99,48.35 76.31,48.35 77.59,48.35 78.82,48.35 80.01,48.35 81.16,48.35 82.26,48.35 83.31,48.35 84.32,48.35 85.29,48.35 86.21,48.35 87.08,48.35 87.91,48.35 88.70,48.35 89.43,48.35 90.13,48.35 90.78,48.35 91.38,48.35 91.94,48.35 92.46,48.35 92.93,48.35 93.35,48.35 93.73,48.35 94.07,48.35 94.39,48.35 94.72,48.35 95.07,48.35 95.44,48.34 95.82,48.32 96.20,48.30 96.55,48.29 96.88,48.27 97.25,48.25 97.64,48.23 98.06,48.21 98.49,48.16 98.95,48.
05 99.43,47.94 99.94,47.82 100.47,47.69 100.99,47.46 101.54,47.21 102.11,46.95 102.69,46.67 103.29,46.35 103.90,46.01 104.54,45.66 105.20,45.29 105.89,44.92 106.60,44.53 107.33,44.13"/>
>         <foeVelocity values="13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0
.00 13.89,0.00 13.47,0.00 13.02,0.00 12.57,0.00 12.12,0.00 11.67,0.00 11.22,0.00 10.77,0.00 10.32,0.00 9.87,0.00 9.42,0.00 8.97,0.00 8.52,0.00 8.07,0.00 7.62,0.00 7.17,0.00 6.72,0.00 6.27,0.00 5.82,0.00 5.37,0.00 4.92,0.00 4.47,0.00 4.02,0.00 3.57,0.00 3.12,0.00 3.28,0.00 3.43,0.00 3.58,0.00 3.74,-0.01 3.89,-0.02 3.71,-0.03 3.26,-0.04 3.52,-0.06 3.78,-0.07 4.04,-0.09 4.30,-0.12 4.55,-0.17 4.81,-0.29 5.06,-0.42 5.31,-0.57 5.55,-0.72 5.77,-1.00 5.97,-1.32 6.15,-1.67 6.31,-2.06 6.44,-2.46 6.58,-2.8
1 6.70,-3.18 6.83,-3.50 7.02,-3.70 7.21,-3.90 7.42,-4.06"/>
>         <conflictPoint values="101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26
 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.8
3,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54"/>
>         <TTCSpan values="NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA"/>
15c15
<         <DRACSpan values="NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 3.23 3.14 3.05 2.94 2.82 2.68 2.53 2.35 2.15 1.93 1.67 1.36 1.01 0.59 0.09 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA"/>
---
>         <DRACSpan values="NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 3.23 3.14 3.05 2.94 2.82 2.68 2.53 2.35 2.15 1.93 1.67 1.36 1.01 0.59 0.09 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA"/>
19,27c19,27
<     <conflict begin="11.50" end="17.40" ego="ego1" foe="foe1">
<         <timeSpan values="11.50 11.60 11.70 11.80 11.90 12.00 12.10 12.20 12.30 12.40 12.50 12.60 12.70 12.80 12.90 13.00 13.10 13.20 13.30 13.40 13.50 13.60 13.70 13.80 13.90 14.00 14.10 14.20 14.30 14.40 14.50 14.60 14.70 14.80 14.90 15.00 15.10 15.20 15.30 15.40 15.50 15.60 15.70 15.80 15.90 16.00 16.10 16.20 16.30 16.40 16.50 16.60 16.70 16.80 16.90 17.00 17.10 17.20 17.30 17.40"/>
<         <typeSpan values="10 10 10 12 12 12 12 12 12 12 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 16 16 16 16 16 17 17 17 17 17 17 17 17 17 17 17"/>
<         <egoPosition values="119.13,68.35 119.95,68.35 120.79,68.35 121.66,68.35 122.56,68.35 123.48,68.35 124.43,68.35 125.41,68.35 126.41,68.35 127.43,68.35 128.49,68.35 129.57,68.35 130.67,68.35 131.80,68.35 132.96,68.35 134.14,68.35 135.35,68.35 136.59,68.35 137.85,68.35 139.14,68.35 140.45,68.35 141.79,68.35 143.15,68.35 144.54,68.35 145.93,68.35 147.31,68.35 148.70,68.35 150.09,68.35 151.48,68.35 152.87,68.35 154.26,68.35 155.65,68.35 157.04,68.35 158.43,68.35 159.82,68.35 161.20,68.35 1
62.59,68.35 163.98,68.35 165.37,68.35 166.76,68.35 168.15,68.35 169.54,68.35 170.93,68.35 172.32,68.35 173.71,68.35 175.09,68.35 176.48,68.35 177.87,68.35 179.26,68.35 180.65,68.35 182.04,68.35 183.43,68.35 184.82,68.35 186.21,68.35 187.60,68.35 188.98,68.35 190.37,68.35 191.76,68.35 193.15,68.35 194.54,68.35"/>
<         <egoVelocity values="8.06,0.00 8.32,0.00 8.58,0.00 8.84,0.00 9.10,0.00 9.36,0.00 9.62,0.00 9.88,0.00 10.14,0.00 10.40,0.00 10.66,0.00 10.92,0.00 11.18,0.00 11.44,0.00 11.70,0.00 11.96,0.00 12.22,0.00 12.48,0.00 12.74,0.00 13.00,0.00 13.26,0.00 13.52,0.00 13.78,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.8
9,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00"/>
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm recurrent_net ego_major_recurrent_longer_loop1_longer_range2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4155700==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3480 byte(s) in 145 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f6422f074f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- Differences in ssm ----------
0a1,3
> <?xml version="1.0" encoding="UTF-8"?>
> 
> 
2,14c5,17
<     <conflict begin="1.00" end="17.40" ego="ego1" foe="foe1">
<         <timeSpan values="1.00 1.10 1.20 1.30 1.40 1.50 1.60 1.70 1.80 1.90 2.00 2.10 2.20 2.30 2.40 2.50 2.60 2.70 2.80 2.90 3.00 3.10 3.20 3.30 3.40 3.50 3.60 3.70 3.80 3.90 4.00 4.10 4.20 4.30 4.40 4.50 4.60 4.70 4.80 4.90 5.00 5.10 5.20 5.30 5.40 5.50 5.60 5.70 5.80 5.90 6.00 6.10 6.20 6.30 6.40 6.50 6.60 6.70 6.80 6.90 7.00 7.10 7.20 7.30 7.40 7.50 7.60 7.70 7.80 7.90 8.00 8.10 8.20 8.30 8.40 8.50 8.60 8.70 8.80 8.90 9.00 9.10 9.20 9.30 9.40 9.50 9.60 9.70 9.80 9.90 10.00 10.10 10.20 10.3
0 10.40 10.50 10.60 10.70 10.80 10.90 11.00 11.10 11.20 11.30 11.40 11.50 11.60 11.70 11.80 11.90 12.00 12.10 12.20 12.30 12.40 12.50 12.60 12.70 12.80 12.90 13.00 13.10 13.20 13.30 13.40 13.50 13.60 13.70 13.80 13.90 14.00 14.10 14.20 14.30 14.40 14.50 14.60 14.70 14.80 14.90 15.00 15.10 15.20 15.30 15.40 15.50 15.60 15.70 15.80 15.90 16.00 16.10 16.20 16.30 16.40 16.50 16.60 16.70 16.80 16.90 17.00 17.10 17.20 17.30 17.40"/>
<         <typeSpan values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 10 10 12 12 12 12 12 12 12 12 14 14 14 14 14 14 14 14 14 14 14 14 14 14 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 17 10 12 12 12 12 12 12 12 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 16 16 16 16"/>
<         <egoPosition values="101.65,-50.00 101.65,-48.61 101.65,-47.22 101.65,-45.83 101.65,-44.44 101.65,-43.05 101.65,-41.67 101.65,-40.28 101.65,-38.89 101.65,-37.50 101.65,-36.11 101.65,-34.72 101.65,-33.33 101.65,-31.94 101.65,-30.55 101.65,-29.17 101.65,-27.78 101.65,-26.39 101.65,-25.00 101.65,-23.61 101.65,-22.22 101.65,-20.83 101.65,-19.44 101.65,-18.05 101.65,-16.66 101.65,-15.28 101.65,-13.89 101.65,-12.50 101.65,-11.11 101.65,-9.72 101.65,-8.33 101.65,-6.94 101.65,-5.55 101.65,-4.1
6 101.65,-2.77 101.65,-1.38 101.65,0.00 101.65,1.39 101.65,2.78 101.65,4.17 101.65,5.56 101.65,6.95 101.65,8.34 101.65,9.73 101.65,11.12 101.65,12.51 101.65,13.89 101.65,15.28 101.65,16.67 101.65,18.06 101.65,19.45 101.65,20.84 101.65,22.23 101.65,23.62 101.65,25.01 101.65,26.40 101.65,27.78 101.65,29.17 101.65,30.56 101.65,31.95 101.65,33.34 101.65,34.73 101.65,36.12 101.65,37.51 101.65,38.90 101.65,40.28 101.65,41.67 101.65,43.06 101.65,44.45 101.65,45.84 101.65,47.23 101.65,48.62 101.65,50.01
 101.65,51.40 101.65,52.79 101.65,54.17 101.65,55.56 101.65,56.95 101.65,58.34 101.65,59.73 101.65,61.12 101.65,62.51 101.65,63.88 101.65,65.20 101.82,66.46 102.41,67.53 103.41,68.16 104.54,68.32 105.63,68.35 106.68,68.35 107.69,68.35 108.65,68.35 109.57,68.35 110.44,68.35 111.26,68.35 112.05,68.35 112.78,68.35 113.47,68.35 114.12,68.35 114.76,68.35 115.42,68.35 116.11,68.35 116.83,68.35 117.57,68.35 118.33,68.35 119.13,68.35 119.95,68.35 120.79,68.35 121.66,68.35 122.56,68.35 123.48,68.35 124.4
3,68.35 125.41,68.35 126.41,68.35 127.43,68.35 128.49,68.35 129.57,68.35 130.67,68.35 131.80,68.35 132.96,68.35 134.14,68.35 135.35,68.35 136.59,68.35 137.85,68.35 139.14,68.35 140.45,68.35 141.79,68.35 143.15,68.35 144.54,68.35 145.93,68.35 147.31,68.35 148.70,68.35 150.09,68.35 151.48,68.35 152.87,68.35 154.26,68.35 155.65,68.35 157.04,68.35 158.43,68.35 159.82,68.35 161.20,68.35 162.59,68.35 163.98,68.35 165.37,68.35 166.76,68.35 168.15,68.35 169.54,68.35 170.93,68.35 172.32,68.35 173.71,68.3
5 175.09,68.35 176.48,68.35 177.87,68.35 179.26,68.35 180.65,68.35 182.04,68.35 183.43,68.35 184.82,68.35 186.21,68.35 187.60,68.35 188.98,68.35 190.37,68.35 191.76,68.35 193.15,68.35 194.54,68.35"/>
<         <egoVelocity values="0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13
.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.44 0.00,12.99 0.21,12.54 0.93,12.06 2.17,11.44 3.68,10.57 5
.19,9.41 6.51,7.97 7.48,6.39 8.05,4.83 8.26,3.43 8.18,2.28 7.92,1.37 7.55,0.74 7.13,0.36 6.69,0.12 6.24,0.05 6.50,0.00 6.76,0.00 7.02,0.00 7.28,0.00 7.54,0.00 7.80,0.00 8.06,0.00 8.32,0.00 8.58,0.00 8.84,0.00 9.10,0.00 9.36,0.00 9.62,0.00 9.88,0.00 10.14,0.00 10.40,0.00 10.66,0.00 10.92,0.00 11.18,0.00 11.44,0.00 11.70,0.00 11.96,0.00 12.22,0.00 12.48,0.00 12.74,0.00 13.00,0.00 13.26,0.00 13.52,0.00 13.78,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.0
0 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00"/>
<         <foePosition values="13.89,48.35 15.28,48.35 16.67,48.35 18.06,48.35 19.45,48.35 20.83,48.35 22.22,48.35 23.61,48.35 25.00,48.35 26.39,48.35 27.78,48.35 29.17,48.35 30.56,48.35 31.95,48.35 33.34,48.35 34.72,48.35 36.11,48.35 37.50,48.35 38.89,48.35 40.28,48.35 41.67,48.35 43.06,48.35 44.45,48.35 45.84,48.35 47.23,48.35 48.62,48.35 50.00,48.35 51.39,48.35 52.78,48.35 54.17,48.35 55.56,48.35 56.95,48.35 58.34,48.35 59.73,48.35 61.12,48.35 62.51,48.35 63.89,48.35 65.28,48.35 66.67,48.35 6
8.06,48.35 69.45,48.35 70.84,48.35 72.23,48.35 73.62,48.35 74.99,48.35 76.31,48.35 77.59,48.35 78.82,48.35 80.01,48.35 81.16,48.35 82.26,48.35 83.31,48.35 84.32,48.35 85.29,48.35 86.21,48.35 87.08,48.35 87.91,48.35 88.70,48.35 89.43,48.35 90.13,48.35 90.78,48.35 91.38,48.35 91.94,48.35 92.46,48.35 92.93,48.35 93.35,48.35 93.73,48.35 94.07,48.35 94.39,48.35 94.74,48.35 95.12,48.35 95.52,48.34 95.93,48.32 96.31,48.30 96.64,48.28 96.93,48.27 97.18,48.26 97.38,48.25 97.53,48.24 97.64,48.23 97.74,48.
23 97.87,48.22 98.02,48.21 98.19,48.21 98.40,48.18 98.62,48.13 98.87,48.07 99.14,48.01 99.44,47.93 99.77,47.86 100.12,47.77 100.49,47.69 100.87,47.52 101.27,47.34 101.69,47.14 102.13,46.94 102.60,46.72 103.08,46.46 103.58,46.19 104.10,45.90 104.64,45.60 105.20,45.29 105.79,44.97 106.41,44.63 107.04,44.29 107.70,43.93 108.38,43.56 109.09,43.18 109.82,42.78 110.57,42.37 111.34,41.95 112.14,41.52 112.96,41.08 113.80,40.62 114.66,40.15 115.55,39.67 116.46,39.17 117.39,38.66 118.35,38.14 119.33,37.61
 120.33,37.07 121.36,36.51 122.40,35.94 123.47,35.36 124.57,34.77 125.77,34.47 126.97,34.93 128.07,35.66 129.14,36.48 130.16,37.39 131.19,38.32 132.20,39.28 133.21,40.23 134.22,41.19 135.22,42.15 136.23,43.10 137.24,44.06 138.25,45.01 139.25,45.97 138.22,46.69 137.02,47.39 135.82,48.09 134.62,48.78 133.42,49.48 132.22,50.18 131.02,50.88 129.82,51.58 128.62,52.28 127.42,52.98 126.22,53.68 125.02,54.38 123.82,55.08 122.62,55.78 121.99,56.82 121.96,58.20 121.92,59.59 121.88,60.98 121.85,62.37 121.8
1,63.76 121.77,65.15 121.74,66.53 121.72,67.92 121.69,69.31 121.66,70.70 121.65,72.09"/>
<         <foeVelocity values="13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0
.00 13.89,0.00 13.47,0.00 13.02,0.00 12.57,0.00 12.12,0.00 11.67,0.00 11.22,0.00 10.77,0.00 10.32,0.00 9.87,0.00 9.42,0.00 8.97,0.00 8.52,0.00 8.07,0.00 7.62,0.00 7.17,0.00 6.72,0.00 6.27,0.00 5.82,0.00 5.37,0.00 4.92,0.00 4.47,0.00 4.02,0.00 3.57,0.00 3.12,0.00 3.38,0.00 3.64,0.00 3.90,0.00 4.16,-0.01 4.02,-0.01 3.57,-0.02 3.12,-0.02 2.67,-0.02 2.22,-0.02 1.77,-0.02 1.32,-0.01 0.87,-0.01 1.13,-0.01 1.39,-0.02 1.65,-0.02 1.91,-0.03 2.17,-0.04 2.43,-0.05 2.69,-0.08 2.95,-0.10 3.21,-0.13 3.46,-0.1
7 3.72,-0.22 3.98,-0.27 4.23,-0.36 4.49,-0.46 4.73,-0.58 4.98,-0.72 5.22,-0.87 5.45,-1.06 5.67,-1.28 5.88,-1.51 6.08,-1.77 6.27,-2.03 6.45,-2.31 6.61,-2.60 6.77,-2.92 6.92,-3.21 7.09,-3.47 7.24,-3.73 7.43,-3.94 7.63,-4.11 7.84,-4.28 8.07,-4.40 8.30,-4.52 8.53,-4.64 8.76,-4.76 8.99,-4.88 9.22,-5.01 9.44,-5.13 9.67,-5.26 9.90,-5.38 10.13,-5.51 10.36,-5.63 10.59,-5.75 10.81,-5.88 11.04,-6.00 11.46,-5.76 12.24,-4.64 13.01,-2.97 13.58,-0.87 13.77,1.62 13.27,4.12 12.34,6.37 11.26,8.14 10.62,8.96 10.33
,9.29 10.16,9.47 10.12,9.52 10.08,9.56 10.08,9.56 8.57,10.93 5.91,12.57 1.79,13.77 -3.25,13.51 -7.52,11.68 -10.22,9.40 -11.72,7.45 -12.00,6.99 -12.00,6.99 -12.00,6.99 -12.00,6.99 -12.00,6.99 -12.00,6.99 -12.00,6.99 -11.56,7.70 -10.44,9.17 -9.00,10.58 -7.28,11.83 -5.38,12.81 -3.43,13.46 -1.58,13.80 -0.35,13.89 -0.34,13.89 -0.33,13.89 -0.31,13.89 -0.28,13.89"/>
<         <conflictPoint values="-1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1
073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-107374
1824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.
00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1
073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-107374
1824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.00 -1073741824.00,-1073741824.00,-1073741824.
00 -1073741824.00,-1073741824.00,-1073741824.00 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.
54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121
.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45 121.73,67.45"/>
<         <TTCSpan values="NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 6.75 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 
NA NA NA NA NA NA NA NA"/>
<         <minTTC time="12.20" position="121.73,67.45" type="12" value="6.75"/>
<         <DRACSpan values="NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA N
A NA NA NA NA NA NA NA"/>
<         <maxDRAC time="NA" position="NA" type="NA" value="NA"/>
<         <PET time="10.19" position="100.83,47.54" type="17" value="1.41"/>
---
>     <conflict begin="1.00" end="11.90" ego="ego1" foe="foe1">
>         <timeSpan values="1.00 1.10 1.20 1.30 1.40 1.50 1.60 1.70 1.80 1.90 2.00 2.10 2.20 2.30 2.40 2.50 2.60 2.70 2.80 2.90 3.00 3.10 3.20 3.30 3.40 3.50 3.60 3.70 3.80 3.90 4.00 4.10 4.20 4.30 4.40 4.50 4.60 4.70 4.80 4.90 5.00 5.10 5.20 5.30 5.40 5.50 5.60 5.70 5.80 5.90 6.00 6.10 6.20 6.30 6.40 6.50 6.60 6.70 6.80 6.90 7.00 7.10 7.20 7.30 7.40 7.50 7.60 7.70 7.80 7.90 8.00 8.10 8.20 8.30 8.40 8.50 8.60 8.70 8.80 8.90 9.00 9.10 9.20 9.30 9.40 9.50 9.60 9.70 9.80 9.90 10.00 10.10 10.20 10.3
0 10.40 10.50 10.60 10.70 10.80 10.90 11.00 11.10 11.20 11.30 11.40 11.50 11.60 11.70 11.80 11.90"/>
>         <typeSpan values="11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 12 12 12 12 12 12 12 12 14 14 14 14 14 14 14 14 14 14 14 14 14 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 17"/>
>         <egoPosition values="101.65,-50.00 101.65,-48.61 101.65,-47.22 101.65,-45.83 101.65,-44.44 101.65,-43.05 101.65,-41.67 101.65,-40.28 101.65,-38.89 101.65,-37.50 101.65,-36.11 101.65,-34.72 101.65,-33.33 101.65,-31.94 101.65,-30.55 101.65,-29.17 101.65,-27.78 101.65,-26.39 101.65,-25.00 101.65,-23.61 101.65,-22.22 101.65,-20.83 101.65,-19.44 101.65,-18.05 101.65,-16.66 101.65,-15.28 101.65,-13.89 101.65,-12.50 101.65,-11.11 101.65,-9.72 101.65,-8.33 101.65,-6.94 101.65,-5.55 101.65,-4.1
6 101.65,-2.77 101.65,-1.38 101.65,0.00 101.65,1.39 101.65,2.78 101.65,4.17 101.65,5.56 101.65,6.95 101.65,8.34 101.65,9.73 101.65,11.12 101.65,12.51 101.65,13.89 101.65,15.28 101.65,16.67 101.65,18.06 101.65,19.45 101.65,20.84 101.65,22.23 101.65,23.62 101.65,25.01 101.65,26.40 101.65,27.78 101.65,29.17 101.65,30.56 101.65,31.95 101.65,33.34 101.65,34.73 101.65,36.12 101.65,37.51 101.65,38.90 101.65,40.28 101.65,41.67 101.65,43.06 101.65,44.45 101.65,45.84 101.65,47.23 101.65,48.62 101.65,50.01
 101.65,51.40 101.65,52.79 101.65,54.17 101.65,55.56 101.65,56.95 101.65,58.34 101.65,59.73 101.65,61.12 101.65,62.51 101.65,63.88 101.65,65.20 101.82,66.46 102.41,67.53 103.41,68.16 104.54,68.32 105.63,68.35 106.68,68.35 107.69,68.35 108.65,68.35 109.57,68.35 110.44,68.35 111.26,68.35 112.05,68.35 112.78,68.35 113.47,68.35 114.12,68.35 114.76,68.35 115.42,68.35 116.11,68.35 116.83,68.35 117.57,68.35 118.33,68.35 119.13,68.35 119.95,68.35 120.79,68.35 121.66,68.35 122.56,68.35"/>
>         <egoVelocity values="0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13
.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.89 0.00,13.44 0.00,12.99 0.21,12.54 0.93,12.06 2.17,11.44 3.68,10.57 5
.19,9.41 6.51,7.97 7.48,6.39 8.05,4.83 8.26,3.43 8.18,2.28 7.92,1.37 7.55,0.74 7.13,0.36 6.69,0.12 6.24,0.05 6.50,0.00 6.76,0.00 7.02,0.00 7.28,0.00 7.54,0.00 7.80,0.00 8.06,0.00 8.32,0.00 8.58,0.00 8.84,0.00 9.10,0.00"/>
>         <foePosition values="13.89,48.35 15.28,48.35 16.67,48.35 18.06,48.35 19.45,48.35 20.83,48.35 22.22,48.35 23.61,48.35 25.00,48.35 26.39,48.35 27.78,48.35 29.17,48.35 30.56,48.35 31.95,48.35 33.34,48.35 34.72,48.35 36.11,48.35 37.50,48.35 38.89,48.35 40.28,48.35 41.67,48.35 43.06,48.35 44.45,48.35 45.84,48.35 47.23,48.35 48.62,48.35 50.00,48.35 51.39,48.35 52.78,48.35 54.17,48.35 55.56,48.35 56.95,48.35 58.34,48.35 59.73,48.35 61.12,48.35 62.51,48.35 63.89,48.35 65.28,48.35 66.67,48.35 6
8.06,48.35 69.45,48.35 70.84,48.35 72.23,48.35 73.62,48.35 74.99,48.35 76.31,48.35 77.59,48.35 78.82,48.35 80.01,48.35 81.16,48.35 82.26,48.35 83.31,48.35 84.32,48.35 85.29,48.35 86.21,48.35 87.08,48.35 87.91,48.35 88.70,48.35 89.43,48.35 90.13,48.35 90.78,48.35 91.38,48.35 91.94,48.35 92.46,48.35 92.93,48.35 93.35,48.35 93.73,48.35 94.07,48.35 94.38,48.35 94.69,48.35 95.00,48.35 95.31,48.35 95.63,48.33 95.94,48.32 96.25,48.30 96.56,48.29 96.86,48.27 97.11,48.26 97.33,48.25 97.49,48.24 97.65,48.
23 97.83,48.22 98.04,48.21 98.28,48.20 98.53,48.15 98.81,48.08 99.12,48.01 99.45,47.93 99.80,47.85 100.18,47.76 100.59,47.65 100.99,47.46 101.42,47.27 101.87,47.06 102.34,46.84 102.83,46.60 103.33,46.32 103.86,46.03 104.40,45.73 104.97,45.42 105.57,45.09 106.19,44.76 106.83,44.41 107.49,44.05 108.18,43.67 108.89,43.29 109.62,42.89 110.37,42.48 111.15,42.06 111.95,41.62"/>
>         <foeVelocity values="13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0.00 13.89,0
.00 13.89,0.00 13.47,0.00 13.02,0.00 12.57,0.00 12.12,0.00 11.67,0.00 11.22,0.00 10.77,0.00 10.32,0.00 9.87,0.00 9.42,0.00 8.97,0.00 8.52,0.00 8.07,0.00 7.62,0.00 7.17,0.00 6.72,0.00 6.27,0.00 5.82,0.00 5.37,0.00 4.92,0.00 4.47,0.00 4.02,0.00 3.57,0.00 3.12,0.00 3.12,0.00 3.12,0.00 3.12,0.00 3.12,-0.00 3.12,-0.01 3.12,-0.01 3.12,-0.02 3.12,-0.02 2.79,-0.02 2.34,-0.02 1.89,-0.02 1.44,-0.02 1.70,-0.02 1.96,-0.02 2.22,-0.03 2.48,-0.04 2.74,-0.05 3.00,-0.08 3.26,-0.11 3.52,-0.15 3.78,-0.19 4.04,-0.2
4 4.29,-0.30 4.55,-0.41 4.80,-0.53 5.04,-0.66 5.28,-0.82 5.51,-1.00 5.74,-1.21 5.95,-1.44 6.15,-1.70 6.34,-1.97 6.53,-2.25 6.70,-2.55 6.85,-2.87 6.99,-3.19 7.16,-3.44 7.31,-3.71 7.48,-3.95 7.69,-4.12 7.89,-4.29 8.12,-4.43"/>
>         <conflictPoint values="101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26
 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 101.65,46.26 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.8
3,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54 100.83,47.54"/>
>         <TTCSpan values="6.93 6.83 6.73 6.63 6.53 6.43 6.33 6.23 6.13 6.03 5.93 5.83 5.73 5.63 5.53 5.43 5.33 5.23 5.13 5.03 4.93 4.83 4.73 4.63 4.53 4.43 4.33 4.23 4.13 4.03 3.93 3.83 3.73 3.63 3.53 3.43 3.33 3.23 3.13 3.03 2.93 2.83 2.73 2.63 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA"/>
>         <minTTC time="5.30" position="101.65,46.26" type="11" value="2.63"/>
>         <DRACSpan values="0.10 0.10 0.11 0.11 0.11 0.12 0.12 0.13 0.13 0.13 0.14 0.14 0.15 0.15 0.16 0.16 0.17 0.18 0.18 0.19 0.20 0.20 0.21 0.22 0.23 0.24 0.25 0.26 0.28 0.29 0.30 0.32 0.34 0.35 0.37 0.39 0.42 0.44 0.47 0.50 0.53 0.57 0.61 0.65 3.43 3.36 3.29 3.21 3.12 3.03 2.92 2.80 2.66 2.51 2.34 2.15 1.93 1.67 1.38 1.04 0.64 0.17 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA"/>
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices ssm recurrent_net ego_major_recurrent_longer_loop2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4155879==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3624 byte(s) in 151 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2bb54d9 in MSDevice_SSM::getUpstreamVehicles(MSDevice_SSM::UpstreamScanStartInfo const&, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&, std::set<MSLane const*, std::less<MSLane const*>, std::allocator<MSLane const*> >&, std::set<MSJunction const*, std::less<MSJunction const*>, std::allocator<MSJunction const*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDev
ice_SSM.cpp:3281:30
>     #2 0x2b595f5 in MSDevice_SSM::findSurroundingVehicles(MSVehicle const&, double, std::map<MSVehicle const*, MSDevice_SSM::FoeInfo*, std::less<MSVehicle const*>, std::allocator<std::pair<MSVehicle const* const, MSDevice_SSM::FoeInfo*> > >&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:3234:9
>     #3 0x2b50e7f in MSDevice_SSM::update() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:496:9
>     #4 0x2b50456 in MSDevice_SSM::updateAndWriteOutput() /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_SSM.cpp:462:9
>     #5 0x1b1c22a in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1057:14
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f14b05f14f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 576 byte(s) in 24 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi 2taxis_10persons greedy ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,139
> 
> =================================================================
> ==4169165==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f43e6f1c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f43d0f490cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f43e2e5d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi 2taxis_10persons greedyClosest ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,139
> 
> =================================================================
> ==4169168==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff786bf42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff770c250cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff782b35082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi 2taxis_10persons greedyShared ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,139
> 
> =================================================================
> ==4169182==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc0b40e92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc09e11a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc0b002a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi 2taxis_10persons routeExtension ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,139
> 
> =================================================================
> ==4169216==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7a632732f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7a4d2a30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7a5f1b4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi basic 1container ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,139
> 
> =================================================================
> ==4166200==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f84c6ba62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f84b0e040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f84c2ae7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi basic 1person ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,139
> 
> =================================================================
> ==4165949==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff79bf052f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff78614f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff797e46082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi basic end_of_work ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,139
> 
> =================================================================
> ==4165994==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8099f202f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f808416d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8095e61082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi basic late_taxi ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,139
> 
> =================================================================
> ==4166171==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f88cee912f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f88b90f20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f88cadd2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi basic stop_attributes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,137
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4166043==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f021f3072f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f02095540cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f021b248082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi bugs ticket7257 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,138
> 
> =================================================================
> ==4169257==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0d2b5502f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0d1579c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0d27491082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi bugs ticket7893 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,138
> 
> =================================================================
> ==4169390==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8f743502f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8f5e5af0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8f70291082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi bugs ticket7893_container ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,139
> 
> =================================================================
> ==4169460==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f86533642f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f863d5b00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f864f2a5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi bugs ticket8423 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,135
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4169499==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd35852f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd33ffcc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd354470082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi bugs ticket8578 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,137
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4169577==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5c8666f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5c6e8df0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5c825b0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi bugs ticket9867 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,137
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4169597==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5058fdb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f50420ce0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5054f1c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi groups 2containers ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,139
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4168273==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd59c9292f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd586b760cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd59886a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi groups 2containers_capa1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,139
> 
> =================================================================
> ==4168426==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdc35bdf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdc1fe2c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdc31b20082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi groups 2persons ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,139
> 
> =================================================================
> ==4167789==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7db2a2e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7d9cc8c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7dae96f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi groups 2persons_differentDepart ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,138
> 
> =================================================================
> ==4167818==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f86098fa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f85f3b450cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f860583b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi groups 2persontrips ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,160
> 
> =================================================================
> ==4167932==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe6ce1292f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 304 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x354b8c7 in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:181:38
>     #7 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #8 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi groups 2persontrips_defaultgroup ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,160
> 
> =================================================================
> ==4168152==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa180c542f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 304 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x354b8c7 in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:181:38
>     #7 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #8 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi groups 5persons_small_taxi ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,138
> 
> =================================================================
> ==4168178==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7eef97e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7ed9bc90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7eeb8bf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi groups 5persons_taxi_size ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,12
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,141
> 
> =================================================================
> ==4168156==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f21893752f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f21735c10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f21852b6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi groups 5persons_taxi_size_greedyCloseset ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,12
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,141
> 
> =================================================================
> ==4168161==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f30244ab2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f300e70a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f30203ec082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi groups 5persons_ungrouped ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,138
> 
> =================================================================
> ==4168259==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f34cf2112f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f34b94730cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f34cb152082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi idling invalid ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4166909==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcbd715b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcbd309c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fcbd715b93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fcbd715ab64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : devices taxi idling randomCircling 1person ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,137
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4166704==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4d668a82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4d50af50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4d627e9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi idling randomCircling end_of_work ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,139
> 
> =================================================================
> ==4166761==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb88bcec2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb875f4e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb887c2d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi idling randomCircling rerouting ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,95
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4166885==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f59a27bb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f598ca080cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f599e6fc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi idling randomCircling short_edges ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,137
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4166821==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe54d5122f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe5377740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe549453082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi idling randomCircling taz ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,137
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4166782==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f22c14212f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f22ab6800cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f22bd362082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi idling stop 1container ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,139
> 
> =================================================================
> ==4166283==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f78170652f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f78012c60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7812fa6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi idling stop 1person ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,139
> 
> =================================================================
> ==4166260==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcfbc6602f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcfa68a90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcfb85a1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi idling stop end_of_work ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,139
> 
> =================================================================
> ==4166532==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7932cd02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f791cf300cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f792ec11082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi idling stop end_of_work_initial_stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,139
> 
> =================================================================
> ==4166557==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f53b2b4c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f539cdad0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f53aea8d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi idling stop initial_stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,139
> 
> =================================================================
> ==4166386==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f32605672f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f324a7b10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f325c4a8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi lines 2lines_rideAny ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,139
> 
> =================================================================
> ==4168607==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3fabdcc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3f95dea0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3fa7d0d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi lines 2lines_rideAny_notTaxi ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,152
> 
> =================================================================
> ==4168632==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3c36be42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3c20bf20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3c32b25082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi lines 2lines_rideSelect_greedy ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,139
> 
> =================================================================
> ==4168436==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f36fd5042f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f36e75330cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f36f9445082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi lines 2lines_rideSelect_greedyClosest ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,139
> 
> =================================================================
> ==4168437==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f03632222f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f034d23e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f035f163082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi lines 2lines_rideSelect_greedyShared ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,139
> 
> =================================================================
> ==4168464==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f62dbf462f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f62c5f780cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f62d7e87082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi lines 2lines_rideSelect_routeExtension ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,139
> 
> =================================================================
> ==4168468==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f66f8ca12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f66e2cbd0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f66f4be2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi lines 2lines_taxiAny ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,139
> 
> =================================================================
> ==4168694==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efd9b0202f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efd850510cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efd96f61082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi personTrip 1persontrip ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,160
> 
> =================================================================
> ==4167013==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f06c6c6f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x354b8c7 in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:181:38
>     #7 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #8 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi personTrip bike_sharing ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,12
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,162
> 
> =================================================================
> ==4167717==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f802e8742f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 304 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x354b8c7 in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:181:38
>     #7 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #8 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi personTrip dropoff_ptStops ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,160
> 
> =================================================================
> ==4167647==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa1c7c2a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x354b8c7 in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:181:38
>     #7 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #8 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi personTrip pickup_ptStops ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,160
> 
> =================================================================
> ==4167433==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7b52a232f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x354b8c7 in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:181:38
>     #7 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #8 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi personTrip pickup_ptStops_longTaxiWait ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,160
> 
> =================================================================
> ==4167622==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6fcc2582f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x354b8c7 in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:181:38
>     #7 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #8 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi personTrip ptStops ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,160
> 
> =================================================================
> ==4167713==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f23c8d4d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x354b8c7 in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:181:38
>     #7 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #8 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi personTrip short ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,159
> 
> =================================================================
> ==4167051==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f55f33f82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x354b8c7 in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:181:38
>     #7 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #8 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi personTrip taxiflow ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,164
> 
> =================================================================
> ==4167280==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f117eb302f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x354b8c7 in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:181:38
>     #7 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #8 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi personTrip walk_first ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,176
> 
> =================================================================
> ==4167195==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 528 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x35459ff in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:127:28
>     #2 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #3 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
>     #4 0x35592db in MSStageTrip::proceed(MSNet*, MSTransportable*, long long, MSStage*) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:297:20
>     #5 0x35a455b in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:119:20
>     #6 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
>     #7 0x35d5fd9 in MSTransportableControl::checkWaiting(MSNet*, long long) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportableControl.cpp:192:20
>     #8 0x1af21d2 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:682:26
>     #9 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #10 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #11 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #12 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi personTrip walk_first_longTaxiWait ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,176
> 
> =================================================================
> ==4167265==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 528 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x35459ff in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:127:28
>     #2 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #3 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
>     #4 0x35592db in MSStageTrip::proceed(MSNet*, MSTransportable*, long long, MSStage*) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:297:20
>     #5 0x35a455b in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:119:20
>     #6 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
>     #7 0x35d5fd9 in MSTransportableControl::checkWaiting(MSNet*, long long) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportableControl.cpp:192:20
>     #8 0x1af21d2 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:682:26
>     #9 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #10 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #11 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #12 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi personTrip walk_last ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,159
> 
> =================================================================
> ==4167273==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2e0b70c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 304 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x354b8c7 in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:181:38
>     #7 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #8 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi personTrip walk_via_trainStop_ride_taxi ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,159
> 
> =================================================================
> ==4167718==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe6f7a492f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x354b8c7 in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:181:38
>     #7 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #8 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi shared same_from greedyShared ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,138
> 
> =================================================================
> ==4168801==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0f933b12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0f7d5fc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0f8f2f2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi shared same_from2 greedyShared ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,138
> 
> =================================================================
> ==4168948==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0066fea2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f00512370cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0062f2b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi shared same_from2_detour greedyShared ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,138
> 
> =================================================================
> ==4168958==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fec1f2b02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fec095100cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fec1b1f1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi shared same_from_detour greedyShared ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,138
> 
> =================================================================
> ==4168947==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcacf2d02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcab951d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcacb211082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi shared same_persontrip3 greedyShared ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,159
> 
> =================================================================
> ==4168753==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbfbe0c42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 456 byte(s) in 3 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x354b8c7 in MSStageTrip::setArrived[abi:cxx11](MSNet*, MSTransportable*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSStageTrip.cpp:181:38
>     #7 0x35a21a5 in MSTransportable::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/microsim/transportables/MSTransportable.cpp:94:39
>     #8 0x8fecc1 in GUIPerson::proceed(MSNet*, long long, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIPerson.cpp:658:29
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi shared same_to greedyShared ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,138
> 
> =================================================================
> ==4169042==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb006cbf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7faff0f0c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb002c00082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi shared same_to_detour greedyShared ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,138
> 
> =================================================================
> ==4169143==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f84cb9872f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f84b5bd10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f84c78c8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi shared same_trip greedyShared ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,138
> 
> =================================================================
> ==4168699==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9b5fd952f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9b49fdf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9b5bcd6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi shared same_trip3 greedyShared ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,138
> 
> =================================================================
> ==4168759==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff4f58f92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff4dfb450cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff4f183a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi shared same_trip_wait greedyShared ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,138
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4168789==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffa29c562f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffa13ea10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffa25b97082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : devices taxi shared subroute greedyShared ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,138
> 
> =================================================================
> ==4169158==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f461a5a82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f46048080cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f46164e9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : errors action_step_fractional_warning ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,61
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4171168==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f477c7bd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f477d29f5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : errors action_step_negative_warning ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,60
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4171203==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe2954162f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7fe295ef85fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : errors begin_after_end ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4171051==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f68072292f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f680316a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f680722993c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f6807228b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors begin_negative ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4171058==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe05509a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe050fdb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fe05509a93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fe055099b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors duplicates route_newstyle_plainemission ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4170415==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb5f2e102f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb5eed51082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fb5f2e1093c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fb5f2e0fb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors duplicates route_oldstyle_plainemission ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4170436==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd72e2992f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd72a1da082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fd72e29993c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fd72e298b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors duplicates vehicleid_newstyle_plainemission ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,38
> 
> =================================================================
> ==4170425==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb36d88b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7fb36e36cf52 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x212f52)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb3697cc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : errors duplicates vehicleid_oldstyle_plainemission ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,38
> 
> =================================================================
> ==4170551==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f29036762f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f29041585fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f28ff5b7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : errors duplicates vtype_newstyle_plainemission ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4170421==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0d1bd702f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0d17cb1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f0d1bd7093c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f0d1bd6fb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors duplicates vtype_oldstyle_plainemission ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4170511==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe4364b82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe4323f9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fe4364b893c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fe4364b7b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors empty_line ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4171273==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efccc1ca2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efcc810b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7efccc1ca93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7efccc1c9b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors end_negative ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4171101==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1f9a9932f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1f968d4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f1f9a99393c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f1f9a992b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors high_time ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4171049==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f79639722f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f795f8b3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f796397293c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f7963971b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors invalid_color ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,133
> 
> =================================================================
> ==4171249==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5d658002f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5d61741082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 688 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x3e31fb4 in SUMOVehicleParserHelper::beginVTypeParsing(SUMOSAXAttributes const&, bool, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMOVehicleParserHelper.cpp:729:37
>     #2 0x3dbf6ad in SUMORouteHandler::myStartElement(int, SUMOSAXAttributes const&) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:160:30
>     #3 0x1dd3041 in MSRouteHandler::myStartElement(int, SUMOSAXAttributes const&) /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:192:27
>     #4 0x3f94ab3 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 0x7f5d662e25ae 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135ae)
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f5d6580093c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 56 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : errors invalid_color_name ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,133
> 
> =================================================================
> ==4171248==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcebf6392f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcebb57a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 688 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x3e31fb4 in SUMOVehicleParserHelper::beginVTypeParsing(SUMOSAXAttributes const&, bool, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMOVehicleParserHelper.cpp:729:37
>     #2 0x3dbf6ad in SUMORouteHandler::myStartElement(int, SUMOSAXAttributes const&) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:160:30
>     #3 0x1dd3041 in MSRouteHandler::myStartElement(int, SUMOSAXAttributes const&) /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:192:27
>     #4 0x3f94ab3 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 0x7fcec011b5ae 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135ae)
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fcebf63993c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 56 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : errors invalid_param ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,48
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4171231==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4c17e582f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4c020c40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4c13d99082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : errors invalid_step_length ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4171150==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3aa03df2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3a9c320082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f3aa03df93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f3aa03deb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors invalid_time ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4170934==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1c7bec22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1c77e03082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f1c7bec293c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f1c7bec1b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors parkingArea_noCapacity ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==4171275==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f703d95c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f70279bd0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f703989d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f703d95c93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f703d95bb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : errors person unconnected_ride ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4170795==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f297925a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f297519b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f297925a93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f2979259b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors person unconnected_stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4170820==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fadf8ce32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fadf4c24082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fadf8ce393c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fadf8ce2b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors person unconnected_stops_same_edge ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,48
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4170836==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8a999e62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8a83c750cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8a95927082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : errors person unconnected_walk ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4170812==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fea1bc532f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fea17b94082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fea1bc5393c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fea1bc52b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors person vehicle_as_person ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4170819==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f17de4d72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f17c87330cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f17da418082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : errors routes disconnected ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,3
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
1a5
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
2a7,60
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4170310==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f760df952f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : errors routes disconnected_off ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,81
> 
> =================================================================
> ==4170330==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5a85ea02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5a700fc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5a81de1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : errors routes disconnected_off_customTeleport ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,138
> 
> =================================================================
> ==4170385==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7febb8d652f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7feba2fc10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7febb4ca6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : errors routes disconnected_off_customTeleport0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,138
> 
> =================================================================
> ==4170351==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6fc94862f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6fb36e10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6fc53c7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : errors routes disconnected_walk ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4170399==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f992dada2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9929a1b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f992dada93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f992dad9b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors routes emptyperson ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,38
> 
> =================================================================
> ==4170388==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f94fa2132f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f94facf4f52 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x212f52)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f94f6154082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : errors routes emptyroute_newstyle_plainemission ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==4170166==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0e6b68a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0e675cb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f0e6b68a93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f0e6b689b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors routes emptyroute_oldstyle_plainemission ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==4170246==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fad405892f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fad3c4ca082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fad4058993c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fad40588b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors routes false_route1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4170048==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f41990012f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4194f42082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f419900193c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f4199000b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors routes false_route2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4170067==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb04812f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb044070082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fb04812f93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fb04812eb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors routes first_edge_disallowed ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,59
> 
> =================================================================
> ==4169948==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f221d5c02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : errors routes first_edge_disallowed plain ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,42
> 
> =================================================================
> ==4169911==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb0c0c1c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7fb0c16fdf52 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x212f52)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb0aae750cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : errors routes first_edge_false__newstyle_plainemission ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==4170191==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f16db7a62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f16d76e7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f16db7a693c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f16db7a5b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors routes first_edge_false__oldstyle_plainemission ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==4170270==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa1a49822f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa1a08c3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fa1a498293c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fa1a4981b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors routes invalid_departpos ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,80
> 
> =================================================================
> ==4170412==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb96cac52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb956d220cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb968a06082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : errors routes last_edge_false__newstyle_plainemission ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==4170221==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4e04dad2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4e00cee082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f4e04dad93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f4e04dacb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors routes last_edge_false__oldstyle_plainemission ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==4170289==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe470c0e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe46cb4f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fe470c0e93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fe470c0db64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors routes no_route ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4170049==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efc8da5a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efc8999b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7efc8da5a93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7efc8da59b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors routes ok_newstyle_plainemission ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,61
> 
> =================================================================
> ==4170158==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcfbaaaf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcfa4d220cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcfb69f0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : errors routes ok_oldstyle_plainemission ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4170222==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f812d3fa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f811766a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f812933b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : errors routes second_edge_false__newstyle_plainemission ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==4170193==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe8ef93f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe8eb880082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fe8ef93f93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fe8ef93eb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors routes second_edge_false__oldstyle_plainemission ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==4170278==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc3a08dd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc39c81e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fc3a08dd93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fc3a08dcb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors too_many_teleports ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
16a27,140
> 
> =================================================================
> ==4171222==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7faf7fb242f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7faf69d910cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7faf7ba65082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : errors traffic_lights initial_ok ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==4170598==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5cc96c22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5cb3b910cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5cc5603082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f5cc96c293c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f5cc96c1b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : errors traffic_lights initial_phase_longer ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,29
> 
> =================================================================
> ==4170660==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f58dad0f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f58c51cf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f58d6c50082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f58dad0f93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f58dad0eb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : errors traffic_lights initial_phase_shorter ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4170687==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f31b5ea62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f31b1de7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f31b5ea693c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f31b5ea5b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors traffic_lights loaded_ok ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==4170742==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fba81ad62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fba6bb240cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fba7da17082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fba81ad693c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fba81ad5b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : errors traffic_lights loaded_phase_longer ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4170767==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7febcd3fb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7febb745b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7febc933c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : errors traffic_lights loaded_phase_shorter ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,128
> 
> =================================================================
> ==4170790==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcb442332f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 336 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2751467 in NLJunctionControlBuilder::closeTrafficLightLogic(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) /home/delphi/clangDebug/sumo/src/netload/NLJunctionControlBuilder.cpp:314:23
>     #2 0x27db8de in NLHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/netload/NLHandler.cpp:329:46
>     #3 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #4 0x7fcb44d14f52 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x212f52)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcb40174082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 2240 byte(s) in 8 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x27b4cca in NLHandler::addPhase(SUMOSAXAttributes const&) /home/delphi/clangDebug/sumo/src/netload/NLHandler.cpp:807:32
>     #2 0x27a352c in NLHandler::myStartElement(int, SUMOSAXAttributes const&) /home/delphi/clangDebug/sumo/src/netload/NLHandler.cpp:115:17
>     #3 0x3f94ab3 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
>     #4 0x7fcb44d155ae 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135ae)
> 
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : errors unknown_config_option ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==4170881==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe4f60882f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe4f1fc9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fe4f608893c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fe4f6087b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : errors unsafe_connections ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4171245==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7ec106d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7eab53b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7ebcfae082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended bikes bikeDepartDelay ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3921981==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f75dc5d72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f75c68470cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f75d8518082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended bikes bikeUnnecessaryEmergencyBraking ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3922087==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2e8baa52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2e75cff0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2e879e6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended bikes tls_merge_right ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3922574==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd2d66f52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd2c09710cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd2d2636082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended bikes tls_merge_right_crossing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3922822==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2cbc8332f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2ca6aac0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2cb8774082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended bikes tls_merge_right_noInternal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3922602==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe7a83cb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe79265b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe7a430c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended bikes tls_merge_straight ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3922205==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1d1b1f92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1d054880cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1d1713a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended bikes tls_merge_straight_noInternal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3922312==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbea628c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbe9051c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbea21cd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended busses plain ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3921728==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6d1b4432f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6d054700cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6d17384082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended busses three_busses ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3921885==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f980c1bb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f97f61eb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f98080fc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended calibrator 2lanes_calibrate1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,118
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3920523==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 1824 byte(s) in 12 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x3088b6c in MSCalibrator::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/trigger/MSCalibrator.cpp:436:55
>     #7 0x30a23f7 in MSCalibrator::CalibratorCommand::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/trigger/MSCalibrator.h:145:34
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
>     #10 0x1af3540 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:702:28
>     #11 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #12 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #13 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended calibrator 2lanes_calibrate2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,118
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3921094==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 5928 byte(s) in 39 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x3088b6c in MSCalibrator::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/trigger/MSCalibrator.cpp:436:55
>     #7 0x30a23f7 in MSCalibrator::CalibratorCommand::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/trigger/MSCalibrator.h:145:34
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
>     #10 0x1af3540 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:702:28
>     #11 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #12 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #13 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended calibrator 2lanes_calibrate_edge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,118
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3920917==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f636444d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 304 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x3088b6c in MSCalibrator::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/trigger/MSCalibrator.cpp:436:55
>     #7 0x30a23f7 in MSCalibrator::CalibratorCommand::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/trigger/MSCalibrator.h:145:34
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended calibrator calibrate_exact ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3919795==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 29336 byte(s) in 193 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fd9b2b744f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended calibrator calibrate_type ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3920002==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc4227a92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc40c5970cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc41e6ea082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended calibrator calibrate_type_distribution ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3919977==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f686fa8b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f68598790cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f686b9cc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended calibrator departLane_given ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,103
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3921076==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2bd08242f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x3088b6c in MSCalibrator::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/trigger/MSCalibrator.cpp:436:55
>     #7 0x30a23f7 in MSCalibrator::CalibratorCommand::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/trigger/MSCalibrator.h:145:34
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended calibrator errors invalid_flow ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==3921159==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fded34cb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdecf40c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fded34cb93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fded34cab64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : extended calibrator errors vClass_mismatch ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,399
> 
> =================================================================
> ==3921163==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f168fce22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1679d430cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f168bc23082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : extended calibrator errors vClass_mismatch_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,85
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3921235==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffaf7dd72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffae1e3a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffaf3d18082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended calibrator flow_at_destination_edge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,115
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3919760==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 608 byte(s) in 4 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x3088b6c in MSCalibrator::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/trigger/MSCalibrator.cpp:436:55
>     #7 0x30a23f7 in MSCalibrator::CalibratorCommand::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/trigger/MSCalibrator.h:145:34
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
>     #10 0x1af3540 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:702:28
>     #11 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #12 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #13 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended calibrator flowbug ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3919602==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe403d752f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe3ed9440cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe3ffcb6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended calibrator high_flow ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,103
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3919797==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 803472 byte(s) in 5286 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x3088b6c in MSCalibrator::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/trigger/MSCalibrator.cpp:436:55
>     #7 0x30a23f7 in MSCalibrator::CalibratorCommand::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/trigger/MSCalibrator.h:145:34
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
>     #10 0x1af3540 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:702:28
>     #11 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #12 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #13 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended calibrator inactive_in_between ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3920083==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcddee3e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcdc8c4f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcddad7f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended calibrator insertion_front_gap ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,85
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292966370 + 4278959888 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4246110761 + 1273935871 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3920226==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffbc9ebb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffbb3f090cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffbc5dfc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended calibrator nested ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3919661==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2313cb32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f22fdac40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f230fbf4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended calibrator remove_from_all_queues ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,118
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292966370 + 4278959888 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4246110761 + 1273935871 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3920275==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc490dc72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 456 byte(s) in 3 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x3088b6c in MSCalibrator::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/trigger/MSCalibrator.cpp:436:55
>     #7 0x30a23f7 in MSCalibrator::CalibratorCommand::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/trigger/MSCalibrator.h:145:34
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended calibrator remove_from_short_edge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,14
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Tracer caught signal 11: addr=0x0 pc=0x5b7b84 sp=0x7fb69b891d30
> ==3919792==LeakSanitizer has encountered a fatal error.
> ==3919792==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
> ==3919792==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended calibrator simple ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3919651==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f929efd12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9288ba10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f929af12082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended calibrator simple_output ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3919671==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5c948ad2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5c7e47d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5c907ee082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended calibrator simple_remove ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3919700==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 6840 byte(s) in 45 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7ffb82c014f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended calibrator speed_-1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3919711==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f44993de2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4482fc30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f449531f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended calibrator speed_0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3919705==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3496 byte(s) in 23 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x3088b6c in MSCalibrator::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/trigger/MSCalibrator.cpp:436:55
>     #7 0x30a23f7 in MSCalibrator::CalibratorCommand::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/trigger/MSCalibrator.h:145:34
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
>     #10 0x1af3540 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:702:28
>     #11 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #12 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #13 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended calibrator speed_only ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3919876==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb648d8c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb632b890cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb644ccd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended calibrator speed_only2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3919905==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f93685262f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f93523230cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9364467082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended calibrator type_and_speed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3920052==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f48ea8d72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f48d46db0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f48e6818082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended calibrator vTypes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,118
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3921083==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2280 byte(s) in 15 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x3088b6c in MSCalibrator::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/trigger/MSCalibrator.cpp:436:55
>     #7 0x30a23f7 in MSCalibrator::CalibratorCommand::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/trigger/MSCalibrator.h:145:34
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
>     #10 0x1af3540 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:702:28
>     #11 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #12 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #13 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended collisions check_junctions basic ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
11a22,108
> 
> =================================================================
> ==3926314==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 22800 byte(s) in 150 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fcaa92a64f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended collisions check_junctions junctionMinGap-2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,98
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3926704==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 23256 byte(s) in 153 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f24fa59a4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended collisions check_junctions junctionMinGap20 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
24a35,121
> 
> =================================================================
> ==3926563==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 23256 byte(s) in 153 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f94cc3984f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended collisions check_junctions short_edge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3927290==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb9944d72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb97e7490cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb990418082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended collisions check_junctions slow_collider ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3927044==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb8e885e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb8d264b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb8e479f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended collisions check_junctions stoptime ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
15a26,154
> 
> =================================================================
> ==3926961==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 26144 byte(s) in 172 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f5cb82174f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended collisions check_junctions stoptime_warn ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,12
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
47a58,186
> 
> =================================================================
> ==3927067==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 81776 byte(s) in 538 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f6b632214f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended collisions mingap-factor ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
10a21,24
> Tracer caught signal 11: addr=0x0 pc=0x5b7b84 sp=0x7f5fbc8e1d30
> ==3925574==LeakSanitizer has encountered a fatal error.
> ==3925574==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
> ==3925574==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended collisions mingap-factor_attr ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
10a21,92
> 
> =================================================================
> ==3925599==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa9fd7792f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa9e758e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa9f96ba082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended collisions none ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
5a16,102
> 
> =================================================================
> ==3925520==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 124944 byte(s) in 822 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fcf149474f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended collisions remove ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
24a35,121
> 
> =================================================================
> ==3925742==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 123424 byte(s) in 812 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f87837554f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended collisions stop_inlap ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
5a16,129
> 
> =================================================================
> ==3926085==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0e5b0802f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0e44e7b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0e56fc1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended collisions stoptime_remove ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
25a36,164
> 
> =================================================================
> ==3925803==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 45296 byte(s) in 298 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f63102de4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended collisions stoptime_remove_highspeed ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
34a45,173
> 
> =================================================================
> ==3925878==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 45448 byte(s) in 299 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7faba5c5a4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended collisions stoptime_warn ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
9a20,148
> 
> =================================================================
> ==3925808==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 45296 byte(s) in 298 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fa18f61a4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended collisions teleport ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
43a54,140
> 
> =================================================================
> ==3925617==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 123424 byte(s) in 812 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f30a51724f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended collisions warn ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
19a30,116
> 
> =================================================================
> ==3925559==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 124944 byte(s) in 822 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f97ac5224f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended collisions warn_repeated ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
5a16,126
> 
> =================================================================
> ==3926280==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f89fc1842f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f89e63d10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f89f80c5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended hbefa all_30kmh ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,83
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3921241==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff117cac2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff101cc80cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff113bed082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended hbefa all_50kmh ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,83
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3921468==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f01037742f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f00ed7a50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f00ff6b5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended hbefa all_70kmh ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,83
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3921652==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f15649862f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f154e9a20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f15608c7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended inc-dua larger_numbers ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,91
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3913048==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 10184 byte(s) in 67 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7fd5f5c3e5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd5f515c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended inc-dua more_digits ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,91
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3912592==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 1064 byte(s) in 7 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f6409dac5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f64092ca2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended inc-dua numeric_accuracy ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,91
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3913080==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 4560 byte(s) in 30 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f16a4bde5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f16a40fc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended inc-dua step1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,91
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3912123==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 1368 byte(s) in 9 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f1af4e935fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1af43b12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended inc-dua step10 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3912546==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3464a322f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f344ec8c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3460973082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended inc-dua step2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,91
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3912262==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 1216 byte(s) in 8 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7fc07b5025fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc07aa202f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended inc-dua step5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,91
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3912369==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 760 byte(s) in 5 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7ff3605f95fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff35fb172f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended inc-dua step8 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,91
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3912407==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1bfa2b42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 304 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f1bfad965fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended max_num_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3927345==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 6384 byte(s) in 42 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fe29db194f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingLane ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3911129==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2f673e32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2f511e20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2f63324082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingLane_all ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,84
> 
> =================================================================
> ==3911515==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd1c79b12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd1b17c40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd1c38f2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingLane_no_notification ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3911261==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f79453f22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f792f2060cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7941333082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingLane_with_rerouting ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3911463==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1bf5f072f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1bdfd1c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1bf1e48082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_alt_nosign trip_closeEnroute ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,97
> 
> =================================================================
> ==3902198==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f041e9012f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_alt_nosign trip_closedAlready ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3902132==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9a6d5562f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9a573430cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9a69497082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_alt_nosign vehicle_closedAlready ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,60
> 
> =================================================================
> ==3902266==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f67c22722f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_alt_nosign vehicle_closedEnroute ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,97
> 
> =================================================================
> ==3902285==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f00918112f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_alt_sign trip_closeEnroute ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,93
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3901446==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0cb7d572f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
>     #9 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_alt_sign trip_closeEnroute_CHWrapper ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,94
> 
> =================================================================
> ==3901601==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe5b39992f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_alt_sign trip_closedAlready ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3901438==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffa7db822f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffa679860cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffa79ac3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_alt_sign trip_closedAlready_CH ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
3a14,83
> 
> =================================================================
> ==3901540==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7db10912f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7d9ae7e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7dacfd2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_alt_sign vehicle_closedAlready ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,60
> 
> =================================================================
> ==3901450==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f78910362f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_alt_sign vehicle_closedAlready_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3901483==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffb537722f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffb3d5710cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffb4f6b3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_alt_sign vehicle_closedEnroute ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,93
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3901522==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f485c3d22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
>     #9 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_closedDepartEdge trip_departLane_best ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,43
> 
> =================================================================
> ==3903213==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f87407fd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
>     #9 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #10 0x7f87412df5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f872a5eb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_closedDepartEdge trip_departLane_default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,61
> 
> =================================================================
> ==3903206==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f46c1a072f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_closedDepartEdge trip_departLane_default_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,60
> 
> =================================================================
> ==3903266==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3d5cc9d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_closedDepartEdge vehicle_departLane_best ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,60
> 
> =================================================================
> ==3903329==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5b399cb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_closedDepartEdge vehicle_departLane_default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,60
> 
> =================================================================
> ==3903269==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb4dfafb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_closedDepartEdge vehicle_departLane_default_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,59
> 
> =================================================================
> ==3903377==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc111f342f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_noalt_nosign trip_closeEnroute ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,97
> 
> =================================================================
> ==3902734==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3ee14372f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_noalt_nosign trip_closedAlready ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,63
> 
> =================================================================
> ==3902637==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f408823d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_noalt_nosign trip_closedAlready_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,84
> 
> =================================================================
> ==3902692==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbce4cf82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbcceafc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbce0c39082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_noalt_nosign vehicle_closedAlready ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,42
> 
> =================================================================
> ==3903112==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f55c69722f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f55c74545fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f55b07860cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_noalt_nosign vehicle_closedEnroute ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,97
> 
> =================================================================
> ==3903123==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdf067a82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_noalt_sign trip_closeEnroute ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,97
> 
> =================================================================
> ==3902425==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4e296792f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_noalt_sign trip_closedAlready ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,63
> 
> =================================================================
> ==3902308==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcd33afe2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_noalt_sign trip_closedAlready_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,84
> 
> =================================================================
> ==3902320==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f94af23f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f94990410cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f94ab180082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_noalt_sign vehicle_closedAlready ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,60
> 
> =================================================================
> ==3902439==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fac2c7962f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute hard_noalt_sign vehicle_closedEnroute ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,12
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,97
> 
> =================================================================
> ==3902629==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3e541b62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute soft_alt_nosign trip_closeEnroute ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,95
> 
> =================================================================
> ==3904080==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4fd94762f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute soft_alt_nosign trip_closedAlready ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,82
> 
> =================================================================
> ==3904036==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc0ae2832f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc0980860cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc0aa1c4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute soft_alt_nosign vehicle_closedAlready ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,81
> 
> =================================================================
> ==3904130==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f80e1d682f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f80cbb760cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f80ddca9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute soft_alt_nosign vehicle_closedEnroute ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,95
> 
> =================================================================
> ==3904238==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff4692a12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute soft_alt_sign trip_closeEnroute ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,93
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3903590==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb7dbb9a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
>     #9 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute soft_alt_sign trip_closedAlready ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3903418==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f82eeff12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f82d8df50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f82eaf32082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute soft_alt_sign vehicle_closedAlready ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3903667==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1b8de812f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1b77c800cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1b89dc2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute soft_alt_sign vehicle_closedEnroute ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,93
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3903915==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f97b033f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
>     #9 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute soft_closedDepartEdge trip_closedAlready ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,82
> 
> =================================================================
> ==3905018==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f23bc3452f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f23a61490cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f23b8286082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute soft_closedDepartEdge vehicle_closedAlready ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,81
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3905058==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1e3c5c22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1e263c10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1e38503082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute soft_noalt_nosign trip_closeEnroute ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,95
> 
> =================================================================
> ==3904675==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7faf025002f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute soft_noalt_nosign trip_closedAlready ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,82
> 
> =================================================================
> ==3904516==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1bae5052f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1b983060cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1baa446082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute soft_noalt_nosign vehicle_closedAlready ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,8
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
2a11,81
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3904786==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fca69f482f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fca53d5b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fca65e89082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute soft_noalt_nosign vehicle_closedEnroute ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,95
> 
> =================================================================
> ==3904789==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f84776af2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute soft_noalt_sign trip_closeEnroute ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,95
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3904427==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fde41fa52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
>     #9 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute soft_noalt_sign trip_closedAlready ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3904358==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f535c6922f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f53464810cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f53585d3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute soft_noalt_sign vehicle_closedAlready ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,81
> 
> =================================================================
> ==3904496==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2f36fbe2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2f20dbd0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2f32eff082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closingReroute soft_noalt_sign vehicle_closedEnroute ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,95
> 
> =================================================================
> ==3904503==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb9d6e882f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closing_and_dest_prob_and_specialDestinations ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
3a14,85
> 
> =================================================================
> ==3909612==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc6163d92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc6001d80cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc61231a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closing_and_dest_prob_unaffected ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3909693==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0963d442f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f094db490cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f095fc85082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closing_disconnects_dest ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,81
> 
> =================================================================
> ==3910596==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb9132bc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb8fd0bb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb90f1fd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closing_disconnects_dest_disallow ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
6a17,85
> 
> =================================================================
> ==3910595==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f46a63c12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f46901d50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f46a2302082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closing_disconnects_dest_disallow_destProb ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
26a37,120
> 
> =================================================================
> ==3910602==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe4eab022f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe4d49060cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe4e6a43082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closing_timeThreshold ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,135
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3909727==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9f06c9d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9ef0a890cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9f02bde082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closing_with_disallow ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,12
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
12a23,94
> 
> =================================================================
> ==3910481==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2b468e62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2b306e50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2b42827082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closing_with_disallow2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,12
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
12a23,94
> 
> =================================================================
> ==3910487==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f646c4012f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f64562140cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6468342082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closing_with_disallow_teleport ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,12
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4c14
< Warning: No route for vehicle 'flow_maybe_detour.1' found.
---
> Warning: No route for vehicle 'flow_maybe_detour.11' found.
26a37,108
> 
> =================================================================
> ==3910587==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f75c06012f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f75aa4140cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter closing_with_prob ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3910409==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f577e7b52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f57685c70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f577a6f6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter cyclic_route plain ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3905159==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f121de422f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f12079ff0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1219d83082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter cyclic_route simple_example ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3905404==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbf2e4ee2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbf1850c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbf2a42f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter cyclic_route stops_in_route ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3905270==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6f3ff912f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6f29b630cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6f3bed2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter cyclic_route stops_in_route_until ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3905350==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f52e90842f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f52d2c570cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f52e4fc5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter cyclic_route stops_in_veh ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3905160==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fea86d7a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fea709390cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fea82cbb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter disallowed_while_on_internal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4293555508 + 4283672992 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4240631471 + 3905587199 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3910671==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0406aad2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f03f08a90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f04029ee082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter multiple_reroute first_edge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,312
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3905419==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa6775d02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa6611900cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa673511082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter multiple_reroute second_edge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,312
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3905506==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdfbfbfc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdfa97bc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdfbbb3d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter on_edge_when_activated ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3910816==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3cfaa452f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3ce48590cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3cf6986082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking angled_roadside_parking ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3907864==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe8979a72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe8817ac0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe8938e8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking brakeGap_beyond_firstSpace ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3909581==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdf967452f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdf805330cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdf92686082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking complex ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3907726==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4db6ba22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4da09a10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4db2ae3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking congestion ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3908334==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd26a8882f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd2546980cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd2667c9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking congestion_alternatives ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4293555508 + 4283672992 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4240631471 + 3905587199 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3908409==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdc8ff182f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdc79d170cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdc8be59082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking congestion_spaces ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3908385==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f29ee76f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f29d859e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f29ea6b0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking default_length ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3908648==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fec81e712f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fec6bed30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fec7ddb2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fec81e7193c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fec81e70b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking maneuver_reroute ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,434
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4293555508 + 4283672992 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4240631471 + 3905587199 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3908912==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f641552e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f63ff31b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f641146f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking newDestination ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3908563==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f50c1fff2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f50abdfe0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f50bdf40082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking newDestination2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3908627==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2d53d102f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2d3dafd0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2d4fc51082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking parkingSearch active_memory ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3906202==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f74c30932f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f74ac21b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f74befd4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking parkingSearch all_visible ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3906670==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2c358d12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2c1e81b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2c31812082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking parkingSearch all_visible_brakeGap ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4293555508 + 4283672992 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4240631471 + 3905587199 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3906717==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7feed8bbb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7feec1b040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7feed4afc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking parkingSearch default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3906070==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f597d01c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f59661a10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5978f5d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking parkingSearch frustration_10 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3906654==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6ca64fb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6c8f4450cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6ca243c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking parkingSearch no_memory ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3906118==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fecb70792f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7feca01fd0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fecb2fba082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking parkingSearch opposite ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3907067==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7ee55e42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7ece76c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7ee1525082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking parkingSearch opposite2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3907209==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa620fe52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa60a16d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa61cf26082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking parkingSearch parkAnywhere_0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
5a6,129
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3906324==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0a287962f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0a1191b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0a246d7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking parkingSearch parkAnywhere_0_probability ( Last six runs Oct2022 )

---------- Differences in errors ----------
6a7,130
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3906484==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f87e49fe2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f87cdb850cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f87e093f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking parkingSearch parkAnywhere_1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
5a6,129
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3906499==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4fe88e52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4fd1a6a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4fe4826082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking parkingSearch parkAnywhere_1_visible ( Last six runs Oct2022 )

---------- Differences in errors ----------
6a7,130
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3906541==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa0d586c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa0be9f30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa0d17ad082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking parkingSearch parkAnywhere_default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3906275==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f479b6ca2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f47848520cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f479760b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking parkingSearch probability ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3906210==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f73714db2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f735a6630cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f736d41c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking reroute_fullparking ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3909564==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5c0b8572f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5bf56660cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5c07798082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking reroute_insertion_delayed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,125
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4293555508 + 4283672992 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4240631471 + 3905587199 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3909152==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9b0e38c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9af61300cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9b0a2cd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking reroute_on_junction ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4293555508 + 4283672992 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4240631471 + 3905587199 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3909580==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb2fa1f02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb2e3ba10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb2f6131082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking riders base ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3907385==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc0411472f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc02aad80cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc03d088082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking riders changeDest ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3907561==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb343fff2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb32d98d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb33ff40082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking riders changeDest_longEdge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3907573==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3edefda2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3ec897e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3edaf1b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking riders keepDest ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3907414==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa33e3b52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa327d590cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa33a2f6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking riders keepDest2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3907419==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3d62b2e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3d4c4d20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3d5ea6f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking riders subsequent_stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3907637==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff4376bd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff4210600cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff4335fe082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking riders subsequent_stops_rider_trip ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3907700==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f88040a92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f87eda390cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f87fffea082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking riders subsequent_stops_rider_walk ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3907650==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff0476e42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff0310740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff043625082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking roadsideCapacity_short ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3907716==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fca6c7b02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fca564580cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fca686f1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking roadside_slope ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3909433==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7442d8e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f742cb9c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f743eccf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking skip_too_close ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,125
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3908729==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdb3b9902f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdb257ae0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdb378d1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking subsequent_stop_requires_loop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4293555508 + 4283672992 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4240631471 + 3905587199 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3908812==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6bb247e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6b9be0d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6bae3bf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking subsequent_stops ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3908732==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6e77fa02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6e61da40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6e73ee1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking timeThreshold ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,125
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3908483==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa609d5e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa5f3b700cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa605c9f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking visibility alternativeNotIVisible_reroute_twice ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3905724==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa15799a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa14133e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa1538db082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking visibility alternativeVisible_reroute_once ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3906054==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f455d7a52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f45471330cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f45596e6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking visibility destNotIVisible ( Last six runs Oct2022 )

---------- Differences in errors ----------
9a10,145
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3905619==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f61ce9f22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f61b83820cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f61ca933082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking visibility destNotIVisible_reroute ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3905661==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe19cef92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe1868890cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe198e3a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter parking visibility destNotIncluded ( Last six runs Oct2022 )

---------- Differences in errors ----------
9a10,145
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3905566==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbc00da72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbbea74e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbbfcce8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter routeProb_multiLane ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4293555508 + 4283672992 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4240631471 + 3905587199 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3910345==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f10ddfb22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f10c7dc60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f10d9ef3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter routeProb_pastEdge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3909981==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f44c62172f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f44b00360cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f44c2158082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter routeProb_type ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3909765==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb40c6d72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb3f64d60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb408618082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter terminateRoute_on_depart ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4293555508 + 4283672992 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4240631471 + 3905587199 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3910763==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f32738502f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f325d63e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f326f791082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter terminateRoute_on_jumped_edge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4293555508 + 4283672992 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4240631471 + 3905587199 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3910675==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f836a3bc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f83541d00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f83662fd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended rerouter use_routing_device ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3910916==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f28e20d52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f28cbec40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f28de016082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended scale 10_typeDist ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,91
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3928590==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa0ef4632f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa0d96c20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa0eb3a4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended scale flow_0.66 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3927637==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fee3079f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fee1aa120cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fee2c6e0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended scale flow_10_typeDist ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3928548==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8b592722f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8b434cf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8b551b3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended scale flow_2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3927604==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd81aaa02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd804d120cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd8169e1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended scale flow_number_prob_2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,99
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:1224:99: runtime error: signed integer overflow: 6 * 1844674407370955161 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:1224:99 in 
> 
> =================================================================
> ==3927766==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5b743152f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5b5e5840cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended scale flow_prob_0.5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3927665==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5fde1112f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 304 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended scale flow_prob_2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3927663==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f281bee22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f28061540cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2817e23082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended scale flow_typeScale_1_2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3928421==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efc102c92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efbfa53b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efc0c20a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended scale scale-suffix ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,91
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3927808==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9f5e5af2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9f487fc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9f5a4f0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended scale typeScale_1_2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,91
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3927872==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f24564af2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f24407100cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f24523f0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended scale typeScale_1_2_scale0.5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3928055==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdd84abf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdd6ed210cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdd80a00082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended scale typeScale_1_2_scale2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,91
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3927880==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0c6f1732f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0c593bf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0c6b0b4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended shapes poi_lanepos ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3923036==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb6a80422f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb6920a00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb6a3f83082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fb6a804293c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fb6a8041b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended shapes poi_lonlat ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3923181==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f503d9be2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5027a0c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f50398ff082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended shapes poi_xy ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3922824==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f21b0ea82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f219af0b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f21acde9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended state load ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3923885==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f54557802f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f543f55b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f54516c1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended state load_and_save ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3924372==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff4b0b6d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff49ab9d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff4acaae082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended state load_and_save_actionStepLength ( Last six runs Oct2022 )

---------- Differences in errors ----------
4a5,50
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3924671==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb8afce52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb899d150cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb8abc26082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended state load_and_save_actionStepLength2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,49
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3924731==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcdbf1fa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcda92290cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcdbb13b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended state load_and_save_same ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3924495==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb698da42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb682dd30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb694ce5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended state load_arriving ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3925109==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2e3c4c52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2e262b30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2e38406082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f2e3c4c593c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f2e3c4c4b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended state load_late_insertion ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3924314==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3bbc01b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3ba60490cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3bb7f5c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended state load_remove ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3924042==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f92568bd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f92406b00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f92527fe082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended state load_routes_as_additional ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3924517==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbd4ed262f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbd388e70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbd4ac67082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended state load_scaled ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3923981==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f87758b42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f875f6920cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f87717f5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended state load_shifted ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3925131==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdb8d2592f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdb770330cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdb8919a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended state save2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3923252==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f25103092f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f24fa56a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f250c24a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended state save2_H ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3923445==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f61beef12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f61a91530cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f61bae32082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended state save2_deprecated_delimiter ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3923210==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff6d6b6c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff6d2aad082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7ff6d6b6c93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7ff6d6b6bb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : extended state save2_mismatch ( Last six runs Oct2022 )

---------- Differences in errors ----------
5a6,96
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3923454==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7cfd70a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7ce79550cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7cf964b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended state save_actionStepLength ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3924611==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd61147c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd5fb6de0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd60d3bd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended state save_actionStepLength2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,135
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3924707==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4ee9efd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4ed41490cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4ee5e3e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended state save_at_interval ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3923648==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0737a1a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0721c7a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f073395b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended state save_at_interval_H ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,91
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3923712==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1e105362f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1dfa7970cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1e0c477082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended state save_at_interval_mismatch ( Last six runs Oct2022 )

---------- Differences in errors ----------
4a5,137
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3923664==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2cb911f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2ca33800cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2cb5060082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended state save_default_names_H ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,91
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3923839==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff7c14472f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff7ab6a70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff7bd388082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended state save_routeProbe ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3925259==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb82bbe72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb8159f90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb827b28082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended state save_stopTimes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3925427==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6bdbfc82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6bc623a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6bd7f09082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended state save_taz ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3924918==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe8b51da2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe89efed0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe8b111b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended state save_taz_route_invalid ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
3a14,96
> 
> =================================================================
> ==3924927==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff426abe2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended state save_with_internal_links ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3924828==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f04be8d72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f04a8b390cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f04ba818082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops arrive_after_until ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,14
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Tracer caught signal 11: addr=0x0 pc=0x5b7b84 sp=0x7f83a7303d30
> ==3915647==LeakSanitizer has encountered a fatal error.
> ==3915647==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
> ==3915647==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops at_start ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3915879==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f750178b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f74eb9fc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f74fd6cc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops bestLaneStop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3916852==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb226f322f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb21118c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb222e73082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops bestLaneStop0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3916923==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2b4d4da2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2b3774a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2b4941b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops busstop_customPos ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3917111==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa546c362f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa530a470cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa542b77082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops busstop_stopping_position_assignment ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3917069==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f71d3b742f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f71bd9860cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f71cfab5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops close_to_start ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3915605==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f26005592f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f25ea7ca0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f25fc49a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops cyclic_route ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3915756==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f999019e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f997a40a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f998c0df082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops cyclic_trip ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3915736==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f548e1ee2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f54784500cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f548a12f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops duration_0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3915639==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f79ed8fd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f79d7b590cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f79e983e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops errors busstop_out_of_order_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
6a7,52
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3915448==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f411c7cf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f41067fc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4118710082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops errors departPos_arrivalPos ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3915227==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fab9111f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fab7b37a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fab8d060082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops errors not_allowed ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,38
> 
> =================================================================
> ==3915174==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7a14a902f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f7a15571f52 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x212f52)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7a109d1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : extended stops errors too_close ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3915041==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f091eecd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0908eeb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f091ae0e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops errors too_short ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -13456820 (32-bit, signed) to type 'unsigned int' changed the value to 4281510476 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4293130055 + 4280269368 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> 
> =================================================================
> ==3914864==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f37fc8392f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f37e68780cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f37f877a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops errors until_order ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
5a16,126
> 
> =================================================================
> ==3915312==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f36a45592f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f368e7c40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f36a049a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops flow_until ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3917023==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb1f09902f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb1dac020cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb1ec8d1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops four_on_same ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3915805==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f671f5442f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f67097a10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f671b485082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops junction on_junction ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3913277==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7eb6af72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7ea0d540cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7eb2a38082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops junction on_junction_invalid ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,38
> 
> =================================================================
> ==3913330==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5ab5b8f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f5ab6670f52 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x212f52)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5ab1ad0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : extended stops junction on_junction_invalid2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,38
> 
> =================================================================
> ==3913383==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa2adde82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7fa2ae8c9f52 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x212f52)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa2a9d29082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : extended stops junction on_junction_trip ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3913514==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe3536432f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe33d8a10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe34f584082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops long_stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,123
> 
> =================================================================
> ==3917119==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f957aa0c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9564c6c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f957694d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops looped_route ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3916962==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe7269042f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe710b740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe722845082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops looped_route2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3916957==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6afb04e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6ae52bf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6af6f8f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops max_delay ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3915773==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8ceb3af2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f8cebe915fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops occupied ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3915945==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc490a212f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc47ac7d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc48c962082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops onDemand no_persons ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3914400==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa5df8292f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa5c9a9c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa5db76a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops onDemand no_persons_until ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3914478==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f16b8f702f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f16a31de0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f16b4eb1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops onDemand no_persons_until_late ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3914466==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f00397062f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f002395f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0035647082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops onDemand person_enter ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3914679==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd5ff46d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd5e94ad0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd5fb3ae082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops onDemand person_enterFurther ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,104
> 
> =================================================================
> ==3914703==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe7106d52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe6fa7030cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe70c616082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops onDemand person_exit ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3914607==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f605d1b62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f60471f90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f60590f7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops onDemand person_exitFurther ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,122
> 
> =================================================================
> ==3914619==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1b325042f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1b1c5430cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1b2e445082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops onDemand person_noExit ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3914567==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5e80ecc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5e6aefa0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5e7ce0d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops out_of_order ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3915677==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0a3da8d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0a27cfc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0a399ce082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops overtaking ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3915887==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc6596712f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc6438ce0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc6555b2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops overtaking_highspeed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3915898==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb9095352f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb8f37910cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb905476082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops parking basic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3913541==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f849ac152f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8484e6f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8496b56082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops parking busstop_parkingLength ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3913774==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8b3cafc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8b2690e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8b38a3d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops parking busstop_parkingLength_mixed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3913880==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f40de8772f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f40c86630cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f40da7b8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops parking busstop_parkingLength_mixed2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3914191==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9e3079a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9e1a59e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9e2c6db082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops parking busstop_stopping_position_assignment_parking ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3913651==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb4187162f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb4025240cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb414657082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops parking parkingArea_departPos ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3914195==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb57e6872f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb5684830cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb57a5c8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops parking parking_delay_insertion ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3913630==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0d7b8572f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0d65ac60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0d77798082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops parking parking_until ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3913603==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f93ecdbf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f93d702f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f93e8d00082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops parkingArea_onRoad congestion ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3914394==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc87d0492f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc866e790cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc878f8a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops parkingArea_onRoad different_durations ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3914306==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efc47af22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efc319110cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efc43a33082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops parkingArea_onRoad long_lots ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3914348==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5de2bc52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5dcc9f70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5ddeb06082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops parkingArea_onRoad onRoad ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3914249==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f57e6c352f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f57d0a490cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f57e2b76082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops posLat ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,103
> 
> =================================================================
> ==3917189==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f18a101d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f188b27a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f189cf5e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops second_near_end1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3915823==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9ee194b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9ecbbb90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9edd88c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops second_near_end2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3915865==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7feefa77d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7feee49ee0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7feef66be082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops simple_stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3915473==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7407fcc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f73f223e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7403f0d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops simple_stop_expecting2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3916123==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd80bebe2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd7f61300cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd807dff082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops teleport ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
3a14,49
> 
> =================================================================
> ==3916257==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9f575fc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9f411d10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9f5353d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops teleport_across_stopped ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,135
> 
> =================================================================
> ==3915901==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f49834582f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f496d6a10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f497f399082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops teleport_multihop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
3a14,127
> 
> =================================================================
> ==3916359==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f55cedec2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f55b89ac0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f55cad2d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops triggered simple_stop_expecting0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
3a14,136
> 
> =================================================================
> ==3913250==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7c771792f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7c613d60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7c730ba082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops triggered simple_stop_expecting1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,134
> 
> =================================================================
> ==3913245==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f47c52752f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f47af4e40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f47c11b6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops triggered simple_stop_expecting2_duration ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3913278==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f443282c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f441ca9e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f442e76d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops triggered triggered_defaults_to_parking ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,122
> 
> =================================================================
> ==3913083==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fca2eaff2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fca18d6e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fca2aa40082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops triggered triggered_duration ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3913106==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f06c53702f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f06af5de0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f06c12b1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops triggered triggered_duration_abort ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,122
> 
> =================================================================
> ==3913208==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f042737a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f04115d60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f04232bb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended stops until_and_duration ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3915668==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa980a1d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa96ac7a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa97c95e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended vaporizer errors begin_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==3919112==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f36f6b562f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f36f2a97082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f36f6b5693c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f36f6b55b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : extended vaporizer errors begin_larger_than_end ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==3919563==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6a962a12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6a921e2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f6a962a193c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f6a962a0b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : extended vaporizer errors begin_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==3918963==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2aca5522f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2ac6493082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f2aca55293c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f2aca551b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : extended vaporizer errors begin_negative ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==3919179==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7faeaa91d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7faea685e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7faeaa91d93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7faeaa91cb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : extended vaporizer errors begin_not_numeric ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==3919124==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff7256192f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff72155a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7ff72561993c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7ff725618b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : extended vaporizer errors end_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==3919512==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fce953702f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fce912b1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fce9537093c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fce9536fb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : extended vaporizer errors end_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==3919480==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f69e865d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f69e459e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f69e865d93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f69e865cb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : extended vaporizer errors end_negative ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==3919538==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6f4cd7e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6f48cbf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f6f4cd7e93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f6f4cd7db64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : extended vaporizer errors end_not_numeric ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==3919507==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8e6ad0d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8e66c4e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f8e6ad0d93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f8e6ad0cb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : extended vaporizer errors id_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==3918920==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5180e2c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f517cd6d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f5180e2c93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f5180e2bb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : extended vaporizer errors id_false ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==3918937==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff0b83552f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff0b4296082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7ff0b835593c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7ff0b8354b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : extended vaporizer errors id_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==3918784==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9e86c562f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9e82b97082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f9e86c5693c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f9e86c55b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : extended vaporizer on_depart routes_explicite_routes vapor_b0_off0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3918238==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd9e49c92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd9ce5ab0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd9e090a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended vaporizer on_depart routes_explicite_routes vapor_b0_off100 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3918269==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb1be8432f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb1a840f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb1ba784082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended vaporizer on_depart routes_explicite_routes vapor_b100_off0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3918419==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fddc89f02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fddb25d20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fddc4931082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended vaporizer on_depart routes_explicite_routes vapor_b50_e100_off0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3918390==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc6e51b52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc6ced970cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc6e10f6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended vaporizer on_depart routes_same_route vapor_b0_off0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,62
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3917517==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 1672 byte(s) in 11 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f87869fd4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended vaporizer on_depart routes_same_route vapor_b0_off100 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,98
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3917554==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 912 byte(s) in 6 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f7cb39194f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended vaporizer on_depart routes_same_route vapor_b100_off0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,62
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3918046==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 912 byte(s) in 6 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fd81c68c4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended vaporizer on_depart routes_same_route vapor_b50_e100_off0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,98
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3917587==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffab09532f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 304 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended vaporizer while_driving count_in_meanData ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3918787==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2fcbe212f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2fb5c1f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2fc7d62082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended vaporizer while_driving routes_explicite_routes vapor_b0_off0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3918619==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0c77bf92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0c617c80cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0c73b3a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended vaporizer while_driving routes_explicite_routes vapor_b0_off100 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3918685==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdbfb3f12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdbe4fd30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdbf7332082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended vaporizer while_driving routes_explicite_routes vapor_b100_off0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3918770==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f18646642f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f184e2460cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f18605a5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended vaporizer while_driving routes_explicite_routes vapor_b50_e100_off0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3918764==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f33aa2d42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3393ea30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f33a6215082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended vaporizer while_driving routes_same_route vapor_b0_off0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,83
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3918481==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f76dc7302f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f76c63120cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f76d8671082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended vaporizer while_driving routes_same_route vapor_b0_off100 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,15
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Tracer caught signal 11: addr=0x0 pc=0x5b7b84 sp=0x7f9568f3ad30
> ==3918564==LeakSanitizer has encountered a fatal error.
> ==3918564==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
> ==3918564==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended vaporizer while_driving routes_same_route vapor_b100_off0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,83
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3918610==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5d1fb382f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5d0971a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5d1ba79082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended vaporizer while_driving routes_same_route vapor_b50_e100_off0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,83
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3918568==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f84da7182f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f84c42fa0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f84d6659082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended vaporizer while_driving short_edge ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3918455==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f510e0a42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f50f7eb40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5109fe5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended variable_speed_signs b0_offset_100 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3911589==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8f7b4342f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8f64bb60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8f77375082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended variable_speed_signs b0_offset_100_doubleTime ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,83
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3911877==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f058e5622f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0577cd20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f058a4a3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended variable_speed_signs b100_offset_0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3911660==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdaa4f622f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fda8e6d30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdaa0ea3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended variable_speed_signs b100_offset_100 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3911708==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f87d521c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f87be98a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f87d115d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended variable_speed_signs b100_offset_200 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3911725==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0e30b402f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0e1a2c40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0e2ca81082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended variable_speed_signs b100_offset_50 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3911700==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff5182c22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff501a330cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff514203082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended variable_speed_signs begin_0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3911737==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fce849882f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fce6e1090cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fce808c9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended variable_speed_signs nested ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3911841==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3adcdfb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3ac67b10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3ad8d3c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended variable_speed_signs reset_to_default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3912067==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3512a3c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f34fc3ed0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f350e97d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended variable_speed_signs speed0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3912137==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f340eeb82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f33f8a9d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f340adf9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended waypoints default_positions ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3917280==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa4b59e12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa49fc2e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa4b1922082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended waypoints default_positions_slow ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3917286==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fca4f3482f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fca395940cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fca4b289082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended waypoints parkingarea ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3917494==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7faafc7332f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7faae651e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7faaf8674082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended waypoints simple_waypoint ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3917210==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5146aea2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5130d4a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5142a2b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended waypoints tripId ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3917353==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f569b04d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5684e3c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5696f8e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended waypoints until ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3917396==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f905fd8b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9049fd70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f905bccc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended waypoints until_late ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3917466==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8daf8892f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8d99ad60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8dab7ca082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended waypoints use_ended ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3917490==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fafc259d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fafac7e70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fafbe4de082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : extended waypoints wrong_lane ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3917403==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f29e314b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f29cd3a90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f29df08c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : gui settings decals_load ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,55
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4182099==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f05e93662f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 432 byte(s) in 1 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f05d33bd253  (<unknown module>)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f05d35340cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : gui settings incomplete ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4182094==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7feb83af12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7feb6dc030cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7feb7fa32082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : gui settings multiview ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4182082==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2231edf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f221bff10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f222de20082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : gui settings startup_load ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==4181970==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe6a8b102f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe692c200cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe6a4a51082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fe6a8b1093c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fe6a8b0fb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : gui visualization img_formats ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==4182590==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efc6117e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efc4aee00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efc5d0bf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7efc6117e93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7efc6117db64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : gui visualization occupancyInfoWithBidi ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,98
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4182177==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 5520 byte(s) in 15 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
>     #7 0x2d1f9ae in WrappingCommand<MSDevice_Routing>::execute(long long) /home/delphi/clangDebug/sumo/src/utils/common/WrappingCommand.h:104:16
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
>     #10 0x1af2bb5 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:690:24
>     #11 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #12 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #13 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : gui visualization parade ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4182326==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa14f52a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa13978c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa14b46b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : gui visualization paradeColor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4182335==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f89afdf02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f899a04c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f89abd31082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : gui visualization paradeContainers ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
24a35,145
> 
> =================================================================
> ==4182457==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1f90ab82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1f7a4fd0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1f8c9f9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : gui visualization paradePersons ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
23c33
< Warning: Person 'stopC.1' aborted waiting for INVALID at edge 'beg'.
---
> Warning: Person 'stopC.11' aborted waiting for INVALID at edge 'beg'.
72c82
< Warning: Person 'stopD.1' aborted waiting for INVALID at edge 'beg'.
---
> Warning: Person 'stopD.11' aborted waiting for INVALID at edge 'beg'.
124a135,245
> 
> =================================================================
> ==4182367==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8cc72092f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : gui visualization poi_image ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4182513==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1fa39672f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1f8d9c20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1f9f8a8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : gui visualization polygon_image ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4182466==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0c9fbdf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0c89c500cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0c9bb20082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : gui visualization polygon_param ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4182481==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f231f4502f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f23094ad0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f231b391082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : gui visualization ships ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4182462==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe6697172f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe65398a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe665658082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model approachInformation adaptLeaveSpeed_subsecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4101354==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fecae1d62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fec984380cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fecaa117082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model approachInformation internal_junction_with_foe ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4101020==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f66399d92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6623c490cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f663591a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model approachInformation one_green2yellow ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4101009==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f10f05c62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f10da8230cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f10ec507082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model approachInformation one_minor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4100987==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f107294a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f105cbb90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f106e88b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model approachInformation one_minor2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4101008==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd8a97392f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd8939a90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd8a567a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model approachInformation one_minor_subsecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4100997==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3fd40162f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3fbe26f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3fcff57082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model approachInformation symmetrical_left_turn_with_right_turn_followers_cont ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4101110==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f531a33a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f53045990cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f531627b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model approachInformation symmetrical_left_turn_with_right_turn_followers_cont_subsecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4101307==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc0f3db92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc0de0060cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc0efcfa082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model approachInformation symmetrical_left_turn_with_straight_followers ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4101026==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f43f49c42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f43dec360cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f43f0905082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model approachInformation symmetrical_left_turn_with_straight_followers2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4101108==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc4095b32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc3f38140cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc4054f4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model avoid_spill_back 2junctions_2nd_blocked ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4097733==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdfcd1d72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 456 byte(s) in 3 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
<truncated after showing first 30 lines>
---------- Differences in tripinfos ----------
4,15c4,14
< <tripinfos>
<     <tripinfo id="blocker.0" depart="0.00" departLane="across3_0" departPos="90.00" departSpeed="0.00" departDelay="0.00" arrival="5.00" arrivalLane="across4_0" arrivalPos="18.55" arrivalSpeed="13.00" duration="5.00" routeLength="23.80" waitSteps="0" rerouteNo="0" devices="tripinfo_blocker.0" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/>
<     <tripinfo id="blocker.1" depart="2.00" departLane="across3_0" departPos="90.00" departSpeed="0.00" departDelay="0.00" arrival="8.00" arrivalLane="across4_0" arrivalPos="18.55" arrivalSpeed="13.38" duration="6.00" routeLength="23.80" waitSteps="0" rerouteNo="0" devices="tripinfo_blocker.1" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/>
<     <tripinfo id="blocker.2" depart="5.00" departLane="across3_0" departPos="90.00" departSpeed="0.00" departDelay="1.00" arrival="10.00" arrivalLane="across4_0" arrivalPos="18.55" arrivalSpeed="12.56" duration="5.00" routeLength="23.80" waitSteps="0" rerouteNo="0" devices="tripinfo_blocker.2" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/>
<     <tripinfo id="blocker.3" depart="7.00" departLane="across3_0" departPos="90.00" departSpeed="0.00" departDelay="1.00" arrival="13.00" arrivalLane="across4_0" arrivalPos="18.55" arrivalSpeed="13.00" duration="6.00" routeLength="23.80" waitSteps="1" rerouteNo="0" devices="tripinfo_blocker.3" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/>
<     <tripinfo id="across" depart="0.00" departLane="across1_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="14.00" arrivalLane="across2_0" arrivalPos="18.55" arrivalSpeed="13.75" duration="14.00" routeLength="108.70" waitSteps="0" rerouteNo="0" devices="tripinfo_across" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/>
<     <tripinfo id="blocker.4" depart="10.00" departLane="across3_0" departPos="90.00" departSpeed="0.00" departDelay="2.00" arrival="16.00" arrivalLane="across4_0" arrivalPos="18.55" arrivalSpeed="13.38" duration="6.00" routeLength="23.80" waitSteps="0" rerouteNo="0" devices="tripinfo_blocker.4" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/>
<     <tripinfo id="blocker.5" depart="13.00" departLane="across3_0" departPos="90.00" departSpeed="0.00" departDelay="3.00" arrival="18.00" arrivalLane="across4_0" arrivalPos="18.55" arrivalSpeed="12.56" duration="5.00" routeLength="23.80" waitSteps="0" rerouteNo="0" devices="tripinfo_blocker.5" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/>
<     <tripinfo id="blocker.6" depart="15.00" departLane="across3_0" departPos="90.00" departSpeed="0.00" departDelay="3.00" arrival="21.00" arrivalLane="across4_0" arrivalPos="18.55" arrivalSpeed="13.00" duration="6.00" routeLength="23.80" waitSteps="1" rerouteNo="0" devices="tripinfo_blocker.6" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/>
<     <tripinfo id="blocker.7" depart="18.00" departLane="across3_0" departPos="90.00" departSpeed="0.00" departDelay="4.00" arrival="24.00" arrivalLane="across4_0" arrivalPos="18.55" arrivalSpeed="13.38" duration="6.00" routeLength="23.80" waitSteps="0" rerouteNo="0" devices="tripinfo_blocker.7" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/>
<     <tripinfo id="blocker.8" depart="21.00" departLane="across3_0" departPos="90.00" departSpeed="0.00" departDelay="5.00" arrival="26.00" arrivalLane="across4_0" arrivalPos="18.55" arrivalSpeed="12.56" duration="5.00" routeLength="23.80" waitSteps="0" rerouteNo="0" devices="tripinfo_blocker.8" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/>
<     <tripinfo id="blocker.9" depart="23.00" departLane="across3_0" departPos="90.00" departSpeed="0.00" departDelay="5.00" arrival="29.00" arrivalLane="across4_0" arrivalPos="18.55" arrivalSpeed="13.00" duration="6.00" routeLength="23.80" waitSteps="1" rerouteNo="0" devices="tripinfo_blocker.9" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/>
---
> <tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
>     <tripinfo id="blocker.0" depart="0.00" departLane="across3_0" departPos="70.00" departSpeed="0.00" departDelay="0.00" arrival="6.00" arrivalLane="across4_0" arrivalPos="18.55" arrivalSpeed="13.89" duration="6.00" routeLength="50.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.19" rerouteNo="0" devices="tripinfo_blocker.0" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/>
>     <tripinfo id="blocker.1" depart="2.00" departLane="across3_0" departPos="70.00" departSpeed="0.00" departDelay="0.00" arrival="9.00" arrivalLane="across4_0" arrivalPos="18.55" arrivalSpeed="13.89" duration="7.00" routeLength="50.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.77" rerouteNo="0" devices="tripinfo_blocker.1" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/>
>     <tripinfo id="blocker.2" depart="5.00" departLane="across3_0" departPos="70.00" departSpeed="0.00" departDelay="1.00" arrival="11.00" arrivalLane="across4_0" arrivalPos="18.55" arrivalSpeed="13.89" duration="6.00" routeLength="50.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.19" rerouteNo="0" devices="tripinfo_blocker.2" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/>
>     <tripinfo id="blocker.3" depart="7.00" departLane="across3_0" departPos="70.00" departSpeed="0.00" departDelay="1.00" arrival="14.00" arrivalLane="across4_0" arrivalPos="18.55" arrivalSpeed="13.89" duration="7.00" routeLength="50.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.77" rerouteNo="0" devices="tripinfo_blocker.3" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/>
>     <tripinfo id="blocker.4" depart="10.00" departLane="across3_0" departPos="70.00" departSpeed="0.00" departDelay="2.00" arrival="16.00" arrivalLane="across4_0" arrivalPos="18.55" arrivalSpeed="13.89" duration="6.00" routeLength="50.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.19" rerouteNo="0" devices="tripinfo_blocker.4" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/>
>     <tripinfo id="blocker.5" depart="12.00" departLane="across3_0" departPos="70.00" departSpeed="0.00" departDelay="2.00" arrival="19.00" arrivalLane="across4_0" arrivalPos="18.55" arrivalSpeed="13.89" duration="7.00" routeLength="50.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.77" rerouteNo="0" devices="tripinfo_blocker.5" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/>
>     <tripinfo id="blocker.6" depart="15.00" departLane="across3_0" departPos="70.00" departSpeed="0.00" departDelay="3.00" arrival="21.00" arrivalLane="across4_0" arrivalPos="18.55" arrivalSpeed="13.89" duration="6.00" routeLength="50.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.19" rerouteNo="0" devices="tripinfo_blocker.6" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/>
>     <tripinfo id="blocker.7" depart="17.00" departLane="across3_0" departPos="70.00" departSpeed="0.00" departDelay="3.00" arrival="24.00" arrivalLane="across4_0" arrivalPos="18.55" arrivalSpeed="13.89" duration="7.00" routeLength="50.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.77" rerouteNo="0" devices="tripinfo_blocker.7" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/>
>     <tripinfo id="blocker.8" depart="20.00" departLane="across3_0" departPos="70.00" departSpeed="0.00" departDelay="4.00" arrival="26.00" arrivalLane="across4_0" arrivalPos="18.55" arrivalSpeed="13.89" duration="6.00" routeLength="50.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.19" rerouteNo="0" devices="tripinfo_blocker.8" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/>
>     <tripinfo id="blocker.9" depart="22.00" departLane="across3_0" departPos="70.00" departSpeed="0.00" departDelay="4.00" arrival="29.00" arrivalLane="across4_0" arrivalPos="18.55" arrivalSpeed="13.89" duration="7.00" routeLength="50.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.77" rerouteNo="0" devices="tripinfo_blocker.9" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model avoid_spill_back 2junctions_not_enough_contiguous_space ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4097650==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe4990b82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe48332a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe494ff9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model avoid_spill_back 2junctions_not_enough_contiguous_space_2nd_nocrossing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4097672==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7af74612f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7ae16d40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7af33a2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model avoid_spill_back blocker_with_enough_free_space ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4097637==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb1fd1272f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb1e73960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb1f9068082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model avoid_spill_back blocker_without_enough_free_space ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4097649==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7d558132f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7d3fa840cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7d51754082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model avoid_spill_back large_junction_short_edge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4097938==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff341a982f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff32bd0a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff33d9d9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model avoid_spill_back network_ends_behind_junction ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4097931==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb4a7c362f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb491e910cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb4a3b77082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model avoid_spill_back no_space_behind_junction ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4097447==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f38af6cf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f38999410cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f38ab610082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model avoid_spill_back no_space_behind_junction_blocker_braking ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4097633==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7eff311b92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7eff1b42b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7eff2d0fa082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- Differences in tripinfos ----------
4,5c4
< <tripinfos>
<     <tripinfo id="across" depart="0.00" departLane="across1_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="14.00" arrivalLane="across2_0" arrivalPos="18.55" arrivalSpeed="13.75" duration="14.00" routeLength="108.70" waitSteps="0" rerouteNo="0" devices="tripinfo_across" vType="DEFAULT_VEHTYPE" vaporized=""/>
---
> <tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model avoid_spill_back no_space_behind_junction_nocrossing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4097622==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fca1a9b82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fca04c2a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fca168f9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model avoid_spill_back roundabout ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,150
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4097981==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fac3b8a62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fac25b040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fac377e7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model avoid_spill_back small_junction_before_tls ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4097967==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8d44baa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8d2ee0c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8d40aeb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model cutting_corner bus ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,135
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4104214==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f36821722f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f366c3bf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f367e0b3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model cutting_corner car ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,135
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4104266==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1a6e5032f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1a587620cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1a6a444082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model driveAfterRedTime red_15s_EW ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4102345==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f06e46882f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f06ce4880cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f06e05c9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model driveAfterRedTime red_15s_brake_foes ( Last six runs Oct2022 )

---------- Differences in errors ----------
1c1,11
< Warning: Teleporting vehicle 'foe.3'; collision with vehicle 'ego', lane=':C_6_1', gap=-1.00, time=51.00 stage=move.
---
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Warning: Teleporting vehicle 'foe.3'; junction collision with vehicle 'ego', lane=':C_6_1', gap=-1.00, time=51.00 stage=move.
2a13,96
> 
> =================================================================
> ==4102294==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd3a43602f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd38e1700cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model driveAfterRedTime red_15s_brake_junction_foes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4102134==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efc6c3022f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efc561040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efc68243082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model driveAfterRedTime red_15s_brake_junction_foes_stopped ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4102230==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbadb0c22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbac4ed40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbad7003082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model driveAfterRedTime red_1s_brake ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4101960==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f32cdc652f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f32b7a680cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f32c9ba6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model driveAfterRedTime red_1s_brake_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4101989==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f89bb6bd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f89a54bf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f89b75fe082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model driveAfterRedTime red_1s_cannot_brake ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4101899==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa0eeb472f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa0d894b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa0eaa88082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model driveAfterRedTime red_2s_brake ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4102051==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe6140672f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe5fde530cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe60ffa8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model driveAfterRedTime red_5s_driveRedSpeed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4102086==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f49c12452f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f49ab0330cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f49bd186082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model driveAfterRedTime yellow_2s_brake ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4101872==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe8ee2c92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe8d80cb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe8ea20a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model driveAfterRedTime yellow_2s_drive ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4101884==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f25959362f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f257f7390cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2591877082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model driveAfterRedTime yellow_brake ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4101782==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8bccf522f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8bb6d510cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8bc8e93082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model driveAfterRedTime yellow_brake_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4101862==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f31ae9382f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f319873b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f31aa879082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model driveAfterRedTime yellow_drive ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4101798==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9c279422f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9c117410cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9c23883082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model ignoreFoeOnJunction ignore_pedestrians_all ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
3a14,85
> 
> =================================================================
> ==4102490==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fefb1e192f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fef9c08a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fefadd5a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model ignoreFoeOnJunction ignore_pedestrians_none ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4102477==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f82f5e3a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f82e00940cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f82f1d7b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model ignoreFoeOnJunction ignore_pedestrians_some ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
3a14,85
> 
> =================================================================
> ==4102489==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6b584f22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6b427620cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6b54433082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model ignoreFoeOnJunction ignore_veh_all ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
18a29,100
> 
> =================================================================
> ==4102596==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5f850412f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5f6f2b10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5f80f82082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model ignoreFoeOnJunction ignore_veh_none ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4102529==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f00f2fe52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f00dd2570cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f00eef26082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model ignoreFoeOnJunction ignore_veh_some ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
6a17,88
> 
> =================================================================
> ==4102552==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f603479a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f601ea0c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f60306db082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model ignoreID EW_ignores ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4102804==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7e793d62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7e636380cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7e75317082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model ignoreJunctionBlocker default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,135
> 
> =================================================================
> ==4104036==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2a02a852f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f29ecce60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f29fe9c6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model ignoreJunctionBlocker ignore_after_30 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4104050==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f45134c82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f44fd7280cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f450f409082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model ignoreJunctionBlocker same_target ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
14a25,150
> 
> =================================================================
> ==4104053==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f40dc4c92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f40c67390cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f40d840a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model ignoreKeepClear no_space_behind_junction ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4101558==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6dea2492f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6dd44b70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6de618a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model ignoreKeepClear no_space_behind_junction_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4101636==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff8b0d472f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff89afb90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff8acc88082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model ignoreKeepClear no_space_behind_junction_some_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4101643==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9eaf9fd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9e99c6e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9eab93e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model ignoreRightOfWay EW_ignores ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4102395==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1750dd92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f173b04b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f174cd1a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model ignoreRightOfWay EW_ignores_some ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,84
> 
> =================================================================
> ==4102408==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0e22f182f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0e0d18a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0e1ee59082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model ignoreRightOfWay NE_ignores ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4102426==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5dd9b792f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5dc3dec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5dd5aba082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model ignoreRightOfWay NE_tls_ignore_slow ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4102470==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f468cbf02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4676e620cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4688b31082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model ignoreType EW_ignores ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4102860==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f20aa49d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f209470a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f20a63de082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model impatience impatience_0.5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,116
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4098044==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9e698aa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9e536ae0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9e657eb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model impatience impatience_1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,116
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4098081==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f96ddd1f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f96c7b200cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f96d9c60082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model impatience impatience_1_subsecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4098378==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff15269a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff13c8e70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff14e5db082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model impatience impatience_1_visibility ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4098268==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7effe5b632f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7effcfdc40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7effe1aa4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model impatience impatience_off ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,116
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4098257==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f342cdb92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3416bbb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3428cfa082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model impatience impatience_zero ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,116
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4098011==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1804d542f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f17eeb580cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1800c95082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model impatience impatience_zero_ttt_60 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,116
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4098228==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f933389e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f931d69e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f932f7df082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model indirect_left_turn internal_junction_controlled ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4103359==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f08fe6f12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f08e896e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f08fa632082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model indirect_left_turn internal_junction_controlled_moped ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4103429==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc4ddb902f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc4c798e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc4d9ad1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model indirect_left_turn internal_junction_uncontrolled ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4103364==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7fcc19a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7fb642a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7fc80db082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model indirect_left_turn opposite_left_turner ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,148
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4103047==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff50e84f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff4f8ab10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff50a790082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model indirect_left_turn opposite_left_turner_bikes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,148
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4103141==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb5c34752f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb5ad6d60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb5bf3b6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model indirect_left_turn priority2_oncoming ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4103745==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fefb3c1e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fef9da300cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fefafb5f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model indirect_left_turn priority2_sameStraight ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
6a17,88
> 
> =================================================================
> ==4103629==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2889aaa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f28738bc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f28859eb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model indirect_left_turn priority_oncoming ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4103583==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7eff6cd3e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7eff56b3c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7eff68c7f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model indirect_left_turn priority_sameStraight ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
8a19,90
> 
> =================================================================
> ==4103435==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f56ae1dc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5697ff00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f56aa11d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model indirect_left_turn priority_sameStraight_defaultShape ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
12a23,94
> 
> =================================================================
> ==4103442==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fac56e4f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fac40c4e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fac52d90082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model indirect_left_turn straight_from_left ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,148
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4103150==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2000f0a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1feb16c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1ffce4b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model indirect_left_turn straight_from_left_blockedSecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,148
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4103348==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f492fb462f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4919da50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f492ba87082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model internalJunction left_turn ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4101504==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f70438462f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f702dab70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f703f787082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model internalJunction left_turn_width2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,122
> 
> =================================================================
> ==4101521==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff55a2692f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff5444dc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff5561aa082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model internalLanes diverging_siblings ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4101359==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc99921d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc98348e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc99515e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model internalLanes endOffset ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4101391==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f93c68052f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f93b0a640cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f93c2746082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model internalLanes keepClear ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4101453==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4b1c7422f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4b069a10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4b18683082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model internalLanes parallel_siblings ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4101380==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6bfa7822f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6be49df0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6bf66c3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model jmSigmaMinor across_nohindrance_jmSigmaMinor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4103771==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa737fcd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa72223d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa733f0e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model jmSigmaMinor keep_dawdling_jmSigmaMinor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4103781==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe80c6ad2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe7f69070cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe8085ee082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type allway_stop arrival_same_time ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4100471==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff67509c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff65f2f70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff670fdd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type allway_stop basic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4100313==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe08a2df2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe0745510cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe086220082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type allway_stop intermodal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4100481==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe8ab2da2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe8955370cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe8a721b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type allway_stop two_queues ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4100398==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1dbc5562f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1da67c60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1db8497082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type priority_custom narrow_road ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
262a273,344
> 
> =================================================================
> ==4099039==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efdb40562f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efd9e2e60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efdaff97082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type priority_junction across_nohindrance ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4098914==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7eff328b62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7eff1cb130cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7eff2e7f7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type priority_junction across_nohindrance_sigma0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4098978==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcd191c02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcd034220cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcd15101082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type priority_junction ego_follower_low_decel ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4098781==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9389ba32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9373e140cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9385ae4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type priority_junction follower_low_decel ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4098704==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f62be6332f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f62a888c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f62ba574082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type priority_stop basic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4099062==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f07e497c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f07cebee0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f07e08bd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type rail_crossing basic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4100141==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f504fa1e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f50398320cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f504b95f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type rail_crossing opening-delay ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4100291==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff9226712f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff90c4860cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff91e5b2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type rail_crossing opening-time ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4100203==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbaafeb32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fba99cb10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbaabdf4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type rail_crossing sudden_insertion ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4100300==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa7c83322f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa7b21430cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa7c4273082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type rail_crossing time_gap ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4100197==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f79b0d1b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f799ab2c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f79acc5c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type right_before_left basic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4099068==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f33fc1072f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f33e637a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f33f8048082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type right_before_left east_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4099181==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3e854ce2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3e6f7400cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3e8140f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type right_before_left north_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4099115==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1ace54c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1ab87a90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1aca48d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type right_before_left south_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4099164==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f098ca5d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0976ccc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f098899e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type right_before_left turn_left_all ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4099541==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7391c512f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f737beac0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f738db92082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type right_before_left turn_left_from_east ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4099451==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffac10542f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffaab2c40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffabcf95082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type right_before_left turn_left_from_north ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4099338==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f83fc27e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f83e64ec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f83f81bf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type right_before_left turn_left_from_south ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4099340==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fac984082f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fac8267a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fac94349082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type right_before_left turn_left_from_west ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4099502==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f87ef2892f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f87d94fc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f87eb1ca082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type right_before_left turn_left_opposite ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4099548==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb21f0e22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb2093540cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb21b023082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type right_before_left west_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4099219==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f38eac032f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f38d4e5f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f38e6b44082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type tls blocked_until_red ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4098412==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb9f87c02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb9e2a320cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb9f4701082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type tls incompatible_program ( Last six runs Oct2022 )

---------- Differences in errors ----------
4a5,28
> 
> =================================================================
> ==4098422==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd31009f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd30bfe0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fd31009f93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fd31009eb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : junction_model junction_type tls low_decel ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4098545==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f64d9bb52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f64c3e170cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f64d5af6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type tls low_decel_idm ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4098629==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdafeebf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdae91210cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdafae00082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type tls off_internal_cont_major ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4098400==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f294d92f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2937ba10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2949870082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type tls off_internal_cont_minor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4098379==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f60943db2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f607e64b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f609031c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type tls right_on_red_program ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4098421==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe7d1f962f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe7bc2020cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe7cded7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type tls_right_on_red basic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4098638==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f06451892f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f062f3fa0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f06410ca082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type tls_right_on_red no_stopping ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4098652==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3e991c12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3e82fc00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3e95102082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type tls_right_on_red stress_test original ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,98
> 
> =================================================================
> ==4098665==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 1672 byte(s) in 11 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fa40d5f94f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type unregulated basic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4100530==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f984a5202f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f98347920cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9846461082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type zipper 3lanes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4099634==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7c7c9b22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7c66c240cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7c788f3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type zipper action_step_offset ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4099983==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6c689492f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6c52ba40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6c6488a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type zipper symmetric_approach ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4099571==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fee2d0682f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fee172f60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fee28fa9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type zipper variations ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4099760==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe7193d22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe7036720cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe715313082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type zipper variations_adaptDist_50 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4099774==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8a40dc02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8a2b0600cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8a3cd01082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type zipper variations_dense ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4099827==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6047f272f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f60321960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6043e68082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type zipper variations_dense_adaptDist_50 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4099949==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd4e27c92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd4cca3b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd4de70a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type zipper variations_highspeed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4099820==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f69e5ad12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f69cfd430cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f69e1a12082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type zipper variations_subsecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4099950==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe863cf32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe84df930cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe85fc34082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model junction_type zipper variations_subsecond_IDM ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4099970==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff1ae9662f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff198bf10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff1aa8a7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model minor_internalJunction bike_behind_crossing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
112a123,194
> 
> =================================================================
> ==4104096==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f863614a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f86203b90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f863208b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model opposite_left_turn small_junction ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4103750==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f57a18e42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f578bb560cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f579d825082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model roundabout blocked_on_junction ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,135
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4103995==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f469af692f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f46851ca0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4696eaa082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model roundabout no_requests_from_outside ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4103789==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6643fc12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f662e2330cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f663ff02082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model roundabout small ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4103974==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb939ae82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb923d5a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb935a29082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model stopOffset cars_with_offset ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4103025==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9bc63f62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9bb06180cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9bc2337082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model stopOffset cars_with_offset_departSpeed_max ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4103041==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbeb59652f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbe9fb960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbeb18a6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model stopOffset cars_with_offset_flow_out_at_red ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4103029==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcfa36fb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcf8d9320cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcf9f63c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model stopOffset offset_exceeds_laneLength ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4103044==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb7b87d32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb7a2a0a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb7b4714082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model timegapMinor 3s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4103009==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4d3c0272f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4d262960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4d37f68082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model timegapMinor default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4103004==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4455ef02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f44401620cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4451e31082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model visibility high left_turn ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4100647==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1826c812f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1810ef40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1822bc2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model visibility high straight ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4100649==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5f23be12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5f0de530cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5f1fb22082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model visibility low left_turn ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4100616==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff2e76172f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff2d188a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff2e3558082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model visibility low straight ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4100636==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f92b51c22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f929f4320cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f92b1103082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model visibility major high ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4100815==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbffc7182f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbfe698a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbff8659082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model visibility major low ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4100698==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa6160992f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa6002f50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa611fda082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model visibility with_foe left_turn ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4100658==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd901c282f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd8ebe940cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd8fdb69082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : junction_model visibility with_foe straight ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4100663==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f969a71f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f96849900cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9696660082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model bugs ticket10512 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4097149==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd0000302f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcfea2ac0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcffbf71082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model bugs ticket10988 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4097345==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3ab38f32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3a9db650cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3aaf834082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model bugs ticket11695 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4097362==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fec4a4762f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fec346e60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fec463b7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model bugs ticket3103 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,151
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4096815==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 210216 byte(s) in 1383 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7eff2f9b94f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model bugs ticket3337 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4096823==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f564a4812f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f56346de0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f56463c2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model bugs ticket3360 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4096839==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f49d7f8b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f49c21fc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f49d3ecc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model bugs ticket3377 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4096862==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8d9dc102f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8d87e7e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8d99b51082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model bugs ticket4108 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4097055==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbb6bd402f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbb55fb10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbb67c81082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model bugs ticket5097 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
6a17,85
> 
> =================================================================
> ==4097084==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd8e8f602f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd8d31cc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd8e4ea1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model bugs ticket5124 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4097085==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f82f0d802f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f82dafec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f82eccc1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model bugs ticket8804 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4097127==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fee86c562f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fee70a680cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fee82b97082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model bugs ticket9395 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4097144==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7979a682f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7963cd60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f79759a9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model continuous_lanechange basic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4039003==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff286c1f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff270e7a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff282b60082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model continuous_lanechange block_both_lanes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4042209==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f987f52d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f986979e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f987b46e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model continuous_lanechange bugs ticket1153 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4046560==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f65e55402f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f65cf33e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f65e1481082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model continuous_lanechange bugs ticket4010 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4046647==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9cf70292f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9ce129c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9cf2f6a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model continuous_lanechange bugs ticket4364 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4047000==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f79c06f82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f79aa50c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f79bc639082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model continuous_lanechange bugs ticket8466 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4047205==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f43ad5372f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f43977940cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f43a9478082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model continuous_lanechange change_while_stopped ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4044535==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f832bf972f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f83162080cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8327ed8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model continuous_lanechange check_leader_on_both_lanes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4044278==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f24fdd0c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f24e7f7c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f24f9c4d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model continuous_lanechange check_leader_on_both_lanes2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4044446==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f662a1d82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f66144350cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6626119082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model continuous_lanechange check_remaining_space ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4042672==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5c953dc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5c7f1f00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5c9131d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model continuous_lanechange check_remaining_space2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4042925==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe6f5cee2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe6dff4b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe6f1c2f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model continuous_lanechange internal_lane_straight ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4043186==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fce16cbf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fce00aae0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fce12c00082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model continuous_lanechange internal_lane_straight_midpoint ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4043929==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f34b49c42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f349e7b30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f34b0905082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model continuous_lanechange internal_lane_straight_midpoint_oldnet ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4043688==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff2184d32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff2022d70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff214414082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model continuous_lanechange internal_lane_turn ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4044006==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa19fd802f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa189b6b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa19bcc1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model continuous_lanechange lcSigma ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4046207==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f412ca442f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4116cb70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4128985082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model continuous_lanechange leaderStopped_maxSpeedLatStanding_0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4042149==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f02e4d6e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f02cefce0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f02e0caf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model continuous_lanechange lefthand ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4039721==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb982b222f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb96cd6d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb97ea63082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model continuous_lanechange maxSpeedLat ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4040379==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f501dc852f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5007ef60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5019bc6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model continuous_lanechange maxSpeedLat2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4040464==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3b27ea42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3b121140cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3b23de5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model continuous_lanechange maxSpeedLatStanding ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4040571==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc3bb5422f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc3a579c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc3b7483082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model continuous_lanechange ramp_end_maxSpeedLatStanding_0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4041760==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcdb9bd52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcda3e470cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcdb5b16082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model cooperative cooperative-1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4037425==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6918d822f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6902b860cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6914cc3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model cooperative cooperative-1_superconvenient ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4036908==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe2105d92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe1fa3dd0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe20c51a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model cooperative cooperative0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4034846==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa6629dd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa64c7cc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa65e91e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model cooperative cooperative0.5_inconvenient ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4035099==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2cb28842f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2c9c6880cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2cae7c5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model cooperative cooperative0_inconvenient ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4035327==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc22b5512f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc2153530cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc227492082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model cooperative cooperative0_inconvenient2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,148
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4035408==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcd163a92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcd001970cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcd122ea082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model cooperative cooperative0_superconvenient ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4036498==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1a1a54b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1a043360cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1a1648c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model cooperative cooperative1_inconvenient ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4034886==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff7d8bf72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff7c29e60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff7d4b38082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model cooperative default_noKeepRight ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4032756==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8a20d162f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8a0ab010cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8a1cc57082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model cooperative overlappingLeader ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4033752==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc4f8b752f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc4e29630cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc4f4ab6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model cooperative overlappingLeader_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4034332==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9eef4392f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9ed923b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9eeb37a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model double_connection change_to_major_lane ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4039089==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2207b3a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f21f1da90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2203a7b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model double_connection stay_on_major_lane ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4038816==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa31d5b32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa3078240cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa3194f4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model errors lcm_invalid ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,38
> 
> =================================================================
> ==4038155==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb0352532f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7fb035d34f52 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x212f52)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb031194082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : lc_model errors lcm_unknown ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==4038040==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8feca562f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8fe8997082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f8feca5693c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f8feca55b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : lc_model junctions blocker_beyond_tls ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4008204==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9d19b2c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9d03d9e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9d15a6d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model keep_right SL2015 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4018107==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f433f7bd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f43295c10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f433b6fe082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model keep_right SL2015_subsecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4018640==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd3387822f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd3225860cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd3346c3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model keep_right default_model ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4017448==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa675a6c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa65f8700cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa6719ad082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model keep_right default_model_subsecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4017825==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8d36d802f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8d20b6b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8d32cc1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model keep_right empty_roads actualSpeed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4020592==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4f962252f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4f800230cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4f92166082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model keep_right empty_roads default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4019040==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe7863772f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe7701860cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe7822b8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model keep_right empty_roads maxSpeed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4019982==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7de2fc92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7dccdc80cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7ddef0a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model keep_right empty_roads speedFactor_0.5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4019368==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4ac113b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4aaaf360cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4abd07c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model keep_right empty_roads speedFactor_1.5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4019859==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f83d21a22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f83bbfa10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f83ce0e3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model keep_right empty_roads_acceptanceTime actualSpeed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4022380==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1e482682f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1e320630cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1e441a9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model keep_right empty_roads_acceptanceTime default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4021188==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efc874c82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efc712da0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efc83409082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model keep_right empty_roads_acceptanceTime maxSpeed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4021691==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f29495f92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f293340a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f294553a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model keep_right empty_roads_acceptanceTime speedFactor_0.5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4021340==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f26244422f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f260e2510cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2620383082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model keep_right empty_roads_acceptanceTime speedFactor_1.5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4021403==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f03e23062f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f03cc1140cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f03de247082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model keep_right fast_follower_acceptanceTime default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4023338==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1d18f482f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1d02d4b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1d14e89082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model keep_right fast_follower_acceptanceTime follower_far_away ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4023614==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7facfdf5f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7face7d5e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7facf9ea0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model keep_right fast_follower_acceptanceTime maxSpeed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4024235==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f923df562f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9227d430cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9239e97082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model keep_right fast_follower_acceptanceTime speedFactor_0.5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4023627==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9aef5ca2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9ad93b90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9aeb50b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model keep_right fast_follower_acceptanceTime speedFactor_1.5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4024022==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f08bd7ab2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f08a75ae0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f08b96ec082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model keep_right keepRight2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4017510==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f964d4002f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f96372000cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9649341082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model keep_right medium_traffic actualSpeed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4027125==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f756d28a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7556e5f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f75691cb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model keep_right medium_traffic default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4024345==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2fc03512f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2fa9f240cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2fbc292082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model keep_right medium_traffic maxSpeed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4025702==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f08d1dd02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f08bb9900cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f08cdd11082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model keep_right medium_traffic speedFactor_0.5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4024655==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7adb6d92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7ac52ae0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7ad761a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model keep_right medium_traffic speedFactor_1.5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4024687==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffba4cc82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffb8e8880cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffba0c09082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model lcSigma ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4097431==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc58518f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc56f3ec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc5810d0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model network_prohibits_changing connection_default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4096578==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1e86a882f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1e70d160cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1e829c9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model network_prohibits_changing connection_nochange ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4096586==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8826cb32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8810f420cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8822bf4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model network_prohibits_changing connection_noleft ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4096596==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb2c99c52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb2b3c550cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb2c5906082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model network_prohibits_changing connection_noright ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4096709==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f83705982f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f835a82a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f836c4d9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model network_prohibits_changing default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4096370==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efdf20e12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efddc3710cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efdee022082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model network_prohibits_changing nochange ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4096425==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb9b1fc02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb99c23d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb9adf01082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model network_prohibits_changing noleft ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4096433==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd4355f92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd41f88a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd43153a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model network_prohibits_changing noright ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4096478==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f077b7212f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f076599d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0777662082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model network_prohibits_changing noright_lefthand ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4096573==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff5243ee2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff50e6800cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff52032f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model network_prohibits_changing strategic_change_before_prohibition ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4096779==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff9fed452f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff9e8fd70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff9fac86082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model network_prohibits_changing strategic_change_before_prohibition_arrivalLane ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4096785==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe1fdab32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe1e7d420cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe1f99f4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model overtake_stopped overtake_2stopped_on_the_left ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4015610==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8f2baaa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8f15d0c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8f279eb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model overtake_stopped overtake_stopped_on_the_left ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4015612==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f42690592f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f42532b60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4264f9a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model overtake_stopped overtake_stopped_on_the_left_low_space ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4015655==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f38bb4752f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f38a56d10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f38b73b6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model overtake_stopped stopped_right ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4015720==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f81bd6f72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f81a74f60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f81b9638082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model overtake_stopped very_long ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,151
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4016939==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2888 byte(s) in 19 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f7f20dd94f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model overtaking overtaking_right_allowed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4014737==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffbde8a72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffbc8b180cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffbda7e8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model overtaking overtaking_right_congested ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4013830==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f95ac8ed2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9596b5f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f95a882e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model overtaking overtaking_right_emergency ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4015519==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f74ac73c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f74969990cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f74a867d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model overtaking overtaking_right_forbidden ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4013282==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f163933c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f16235af0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f163527d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model overtaking overtaking_right_forbidden_to_fast_to_stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4014322==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7023dba2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f700e0170cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f701fcfb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model overtaking overtaking_right_forbidden_violate ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4014155==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f29a6db22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f299100f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f29a2cf3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model overtaking overtaking_right_road_speed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4013947==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fedd27ff2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fedbca590cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fedce740082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model ramps onRamp_flows marked_lane ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3997576==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f68ad7cb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f68975df0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f68a970c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model ramps onRamp_flows marked_lane_assertive ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3998326==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f72d78002f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f72c15fb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f72d3741082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model ramps onRamp_flows unmarked_lane ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3996161==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efe8f4ba2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efe792be0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efe8b3fb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model ramps on_ramp blocker_on_main_brakes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4001248==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb42f4472f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb4196a40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb42b388082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model ramps on_ramp blocker_on_main_brakes2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4002490==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2050c0c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f203ae7a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f204cb4d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model ramps on_ramp blocker_on_main_brakes3 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,96
> 
> =================================================================
> ==4002494==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc1749cc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc15ec290cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc17090d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model ramps on_ramp blocker_on_main_brakes4 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,96
> 
> =================================================================
> ==4002616==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9e46a682f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9e30cd60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9e429a9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model ramps on_ramp blocker_on_main_frees_lane ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3998987==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f07b33b12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f079d6220cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f07af2f2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model ramps onoff_ramp 2veh_cross_paths ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4004515==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2dd62d02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2dc05420cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2dd2211082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model ramps onoff_ramp 2veh_cross_paths2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4004597==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1ddb39b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1dc560c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1dd72dc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model ramps onoff_ramp 2veh_cross_paths3 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4005242==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa397ef12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa38214e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa393e32082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model ramps onoff_ramp 2veh_cross_paths4 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4007086==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f17229262f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f170cb940cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f171e867082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model ramps onoff_ramp short ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4007344==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbcc9edd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbcb414f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbcc5e1e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model ramps onoff_ramp short_extraConnection ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4007952==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f944dfa72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f94382180cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9449ee8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout high_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4048174==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb3859162f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb36f7110cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb381857082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout low_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4047841==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 42864 byte(s) in 282 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fc2e27ee4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout many_lanes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4096314==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff65f3252f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff6491230cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff65b266082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout medium_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4047862==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f38135d72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f37fd3d60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f380f518082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout mixed high_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4060621==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f23ed54e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f23d735f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f23e948f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout mixed low_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4051349==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 42864 byte(s) in 282 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f7733cae4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout mixed medium_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,83
> 
> =================================================================
> ==4052501==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f16aefdd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1698def0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f16aaf1e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout no_cooperation high_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4065518==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6c396462f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6c234430cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6c35587082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout no_cooperation low_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4062754==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 42864 byte(s) in 282 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7ff2de6cb4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout no_cooperation medium_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4063823==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa2f69132f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa2e07240cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa2f2854082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout outer_exitMinor high_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4096269==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5c213a42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5c0b1b40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5c1d2e5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout outer_exitMinor low_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4096120==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 42864 byte(s) in 282 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f0e85aa74f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout outer_exitMinor medium_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4096224==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff4315e82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff41b3fa0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff42d529082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout outer_exitOnly high_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4095959==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4cc7e392f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4cb1c490cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4cc3d7a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout outer_exitOnly low_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4095853==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 42864 byte(s) in 282 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fa46fafe4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout outer_exitOnly medium_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4095909==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3fbe4a62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3fa82b40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3fba3e7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout outer_exitOnly_noChangeRight high_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
22a33,119
> 
> =================================================================
> ==4096132==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2cd35112f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2cbd3230cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2ccf452082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout outer_exitOnly_noChangeRight low_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4095967==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 42864 byte(s) in 282 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fb69044b4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout outer_exitOnly_noChangeRight medium_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
10a21,92
> 
> =================================================================
> ==4096050==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2d11dca2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2cfbbdb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2d0dd0b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout small high_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4051006==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6af5c4b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6adfa460cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6af1b8c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout small low_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4050072==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 42864 byte(s) in 282 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f25fe99a4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout small medium_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4050349==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcde840f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcdd220d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcde4350082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout small mixed high_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4049150==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe2cae632f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe2b4c610cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe2c6da4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout small mixed low_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4048288==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 42864 byte(s) in 282 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f2b15da84f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout small mixed medium_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4048342==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f459fcb72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4589ac90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f459bbf8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout tls high_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4070637==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f516b9d72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f51557d60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5167918082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout tls low_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4066683==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 42864 byte(s) in 282 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f6cc4bc84f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout tls medium_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4070368==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fecfd2212f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fece70320cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fecf9162082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout tls_2phase high_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4089736==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe2eb1642f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe2d4f630cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe2e70a5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout tls_2phase low_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4080475==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 42864 byte(s) in 282 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f4e9cda04f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout tls_2phase medium_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4089258==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0b307b52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0b1a5c70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0b2c6f6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout tls_actuated high_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4095755==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbae427b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbace07e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbae01bc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout tls_actuated low_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4090966==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 42864 byte(s) in 282 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fcb126024f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout tls_actuated medium_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4091482==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f72354362f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f721f2230cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7231377082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout tls_no_cooperation low_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4070736==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 42864 byte(s) in 282 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f6ab05854f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model roundabout tls_no_cooperation medium_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4078737==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc76d1062f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc756f140cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc769047082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model specify_lcm ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4097433==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7eff80b042f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7eff6ad740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7eff7ca45082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model speedGain default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4027428==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0e90b832f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0e7a9810cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0e8cac4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model speedGain keepRight0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4027529==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0cac4302f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0c962410cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0ca8371082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model speedGain keepRight0_speedGainLookahead0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4031082==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f17dbb0d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f17c591f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f17d7a4e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model speedGain keepRight0_speedGainLookahead5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4031123==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fed6778b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fed515890cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fed636cc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model speedGain laneSpeed_higher ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4031937==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fba5b42c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fba4522b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fba5736d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model speedGain lcSpeedGainRight1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4029341==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4372dc62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f435cbc50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f436ed07082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model speedGain speedGain0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4028471==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8964fdc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f894eddb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8960f1d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model speedGain speedGain2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4027594==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff41277f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff3fc58e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff40e6c0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model speed_assistance uncooperativeSpeed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4038808==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f467ee382f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f46690a90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f467ad79082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model speed_assistance urgent_change_backBlocker_slowdown ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4038771==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4bc1d2f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4babf9f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4bbdc70082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model strategic internal_lanes all_normal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4011277==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa07b2072f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa0654780cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa077148082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model strategic internal_lanes intermediate ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4012741==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff26edbb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff25902d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff26acfc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model strategic internal_lanes intermediate_large ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4013045==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f50dee902f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f50c90ec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f50dadd1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model strategic towards_left change_later ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4009324==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f64c96712f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f64b34740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f64c55b2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model strategic towards_left change_later2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4009789==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa99035b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa97a1480cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa98c29c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model strategic towards_left default_model ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4009196==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f77b1a9e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f779b8890cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f77ad9df082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model strategic towards_left disable ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,81
> 
> =================================================================
> ==4010229==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5df32502f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5ddd0530cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5def191082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model strategic towards_left disable2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,81
> 
> =================================================================
> ==4010225==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbf1c6a42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbf064910cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbf185e5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model strategic towards_left disable3 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,137
> 
> =================================================================
> ==4010943==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7faa9c8942f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7faa866960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7faa987d5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : lc_model strategic towards_right default_model ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4011170==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc1fd13b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc1e6f3b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc1f907c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving 2lanes_emergency ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4122508==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0d3cd012f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0d26f740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0d38c42082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving SL2015 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4122593==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6a51e082f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6a3c0780cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6a4dd49082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving bugs ticket10194 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4120519==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f37b80512f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f37a229c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f37b3f92082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving bugs ticket10312 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4120534==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3df89892f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3de2c1a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3df48ca082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving bugs ticket10314 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4120585==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f547dd392f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5467fc70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5479c7a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving bugs ticket3718 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4120243==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0d58a1c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0d42c750cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0d5495d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving bugs ticket4610 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4120249==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f187bd932f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f18660040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1877cd4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving bugs ticket5238 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4120316==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f81f964e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f81e38aa0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f81f558f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving bugs ticket5860 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4120379==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb49e58d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb4883890cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb49a4ce082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving bugs ticket9718 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4120506==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f76b10fd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f769b36e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f76ad03e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving bugs ticket9721 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,81
> 
> =================================================================
> ==4120441==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7faff4e782f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fafdf0f10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7faff0db9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving continuous 1edge_maxSpeedLat ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4118663==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa9217bf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa90ba310cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa91d700082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving continuous looped_route ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4118759==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff35815b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff3423cc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff35409c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving continuous ticket8760 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4118776==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffba9c792f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffb93eec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffba5bba082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving emergency_redlight ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4122470==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5c416d72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5c2b9490cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5c3d618082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving forklifter_demo ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,54
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4121617==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 864 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7efe88086253  (<unknown module>)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efe9e5b42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efe881fd0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving lane_drop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4122432==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb0f1d192f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb0dbf750cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb0edc5a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving long_queue ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,148
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4122382==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fad12eeb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7facfd1480cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fad0ee2c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving long_queue_emergency ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,148
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4122444==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f768b3232f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f76755800cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7687264082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving no_overtaking_across_minor_link ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4122074==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f181356c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f17fd7de0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f180f4ad082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving no_overtaking_across_minor_link2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4122178==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7eff24d4a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7eff0ef940cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7eff20c8b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving opposite_ends ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4121653==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbfaf74e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbf999af0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbfab68f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving overtake_4_before_minor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4122251==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9f305aa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9f1a80c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9f2c4eb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving overtake_before_minor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4122232==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7508bbe2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f74f2e1b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7504aff082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving overtaking_2stopped ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4121185==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7a8ebe82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7a78e450cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7a8ab29082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving overtaking_2stopped_2edges ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4121884==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fce302a82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fce1a5180cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fce2c1e9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving overtaking_2stopped_2edges_default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4121936==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe59553c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe57f7af0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe59147d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving overtaking_2stopped_collision ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4121388==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f34940b22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f347e30f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f348fff3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving overtaking_multilane_unusable ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4121086==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f16df63a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f16c98a90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f16db57b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving overtaking_noconflict ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4120664==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f128033d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f126a5af0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f127c27e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving overtaking_noconflict_2edges ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4121632==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f70c52b72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f70af5170cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f70c11f8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving overtaking_noconflict_2edges_subsec ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4121645==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f734b93b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7335b840cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f734787c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving overtaking_noconflict_changeForbidden ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4121075==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5d6aa702f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5d54cc90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5d669b1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving overtaking_noconflict_forbidden ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4120693==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5ae20622f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5acc2bf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5addfa3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving overtaking_noconflict_subsecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4121097==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd339a912f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd323cdc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd3359d2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving overtaking_slow ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4121456==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0399f792f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f03841d60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0395eba082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving overtaking_stopped ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4121118==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f866701e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f865127a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8662f5f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving overtaking_stopped_collision ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4121441==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efc797772f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efc639e60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efc756b8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving overtaking_stopped_failure ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4121735==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5c01c792f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5bebeec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5bfdbba082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving overtaking_stopped_subsecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4121402==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f54d5f202f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f54c01820cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f54d1e61082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving overtaking_vehicle_blocks_minor_road ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,115
> 
> =================================================================
> ==4121939==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdebe92f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdea8b8c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdeba870082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 608 byte(s) in 4 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving overtaking_vehicle_blocks_minor_road2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4121958==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdf3fa9d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdf29d0c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdf3b9de082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving overtaking_vehicle_blocks_minor_road3 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,115
> 
> =================================================================
> ==4122088==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdedde912f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdec80dc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fded9dd2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 304 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving return_no_opposite_leader ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4122288==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9ba857d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9b927c90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9ba44be082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving slalom 1stopped_1queue ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4119801==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0988c602f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0972eb90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0984ba1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving slalom 2deadlock ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,151
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4119977==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 11704 byte(s) in 77 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f1f387864f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving slalom 2deadlock_sparse ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4120104==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe0bd92d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe0a7b9e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe0b986e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving slalom 2queues ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4119783==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0f557032f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0f3f9720cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0f51644082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving slalom 2queues_deadlock ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4120106==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5c0a2ca2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5bf453c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5c0620b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving slalom 2stopped ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4119691==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fae0f0402f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fadf92b10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fae0af81082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving slalom 2stopped_junction ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,137
> 
> =================================================================
> ==4119868==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcedf8af2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcec9b220cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcedb7f0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving slalom 2stopped_wait ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4119681==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe7632372f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe74d4a70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe75f178082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving slalom 3queues_deadlock ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4120107==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8a6fc262f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8a59e960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8a6bb67082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving slalom 4queues_deadlock ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
36a47,187
> 
> =================================================================
> ==4120117==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 6384 byte(s) in 42 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f078f1954f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving slope hill_slow_leader ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4118808==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9a3e9b62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9a28c260cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9a3a8f7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving slope hill_slow_leader_before_top ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4118948==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4b4f7b42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4b39a110cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4b4b6f5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving slope hill_stopped_leader ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4119022==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb94f90d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb939b7f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb94b84e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving slope hill_upcoming_slow_leader ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4118894==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7feebe0142f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7feea826f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7feeb9f55082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving stop_opposite 1lanes_3opposite_multimodal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4119336==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fda0b32d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd9f55890cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fda0726e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving stop_opposite 2edges ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4119409==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f58617002f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f584b96e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f585d641082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving stop_opposite 2lanes_3opposite ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4119183==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3e0117f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3deb3d90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3dfd0c0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving stop_opposite 2lanes_3opposite_continuous ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4119439==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8ca73f32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8c916500cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8ca3334082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving stop_opposite 2lanes_3opposite_long ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4119389==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa2c6e472f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa2b10b90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa2c2d88082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving stop_opposite 2lanes_3opposite_sidewalk ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4119235==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f06c56ff2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f06af96e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f06c1640082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving stop_opposite 2lanes_forward ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4119058==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f25580d02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f25423420cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2554011082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving stop_opposite 2lanes_opposite ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4119179==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5fac4942f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5f967040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5fa83d5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving stop_opposite 2lanes_opposite_late_arrivalLane_continuous ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4119619==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe24e1ff2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe23846e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe24a140082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving stop_opposite 2lanes_opposite_late_continuous ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4119530==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7d0201d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7cec2900cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7cfdf5e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving stop_opposite 3oncoming_parking ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,134
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4119494==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f333eb3a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3328d990cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f333aa7b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving stop_opposite 3oncoming_parking_continuous ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4119507==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffbdaec42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffbc51110cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffbd6e05082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving stop_opposite noconflict ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4119045==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f38febe92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f38e8e5b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f38fab2a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : opposite_direction_driving stop_opposite noconflict_parking ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4119052==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f523863a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f52228a90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f523457b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output collisions junction ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
11a22,108
> 
> =================================================================
> ==3898608==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 4712 byte(s) in 31 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f4d0d46f4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output collisions vehicle_collisions ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
43a54,140
> 
> =================================================================
> ==3898603==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 123424 byte(s) in 812 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f679038d4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output duration_log statistics ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3898479==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcc2e7b42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcc18a110cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcc2a6f5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output duration_log statistics_running ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3898512==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 4864 byte(s) in 32 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fb61d5ec4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output duration_log teleports_and_collisions ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
43a54,140
> 
> =================================================================
> ==3898473==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 123424 byte(s) in 812 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f1c4a3394f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output duration_log upscale ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,91
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3898419==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbe83e972f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbe6e0f40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbe7fdd8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output duration_log upscale_with_flows ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3898444==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8f49ff12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8f3425e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8f45f32082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output duration_log using_scale ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,91
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3898323==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 760 byte(s) in 5 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7fbfb7fa95fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbfb74c72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output duration_log using_scale_with_flows ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3898409==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1bac2952f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1b965140cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1ba81d6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output duration_log vaporizer_on_depart_edge ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,59
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3898450==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 1520 byte(s) in 10 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f3c3d45d5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3c3c97b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output duration_log vehicles_exceeding_max_depart_delay ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,91
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3898292==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 912 byte(s) in 6 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f8b65ec55fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8b653e32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 errors file_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3860333==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd5ec6a32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd5e85e4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fd5ec6a393c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fd5ec6a2b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1 errors file_false ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3860339==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbfdba532f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbfd7994082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fbfdba5393c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fbfdba52b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1 errors file_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3860291==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1f204c02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1f1c401082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f1f204c093c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f1f204bfb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1 errors freq_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3860187==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f95af5402f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f95ab481082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f95af54093c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f95af53fb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1 errors freq_false ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3860264==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f08ac5642f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f08a84a5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f08ac56493c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f08ac563b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1 errors freq_negative ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3860255==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f55770082f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5572f49082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f557700893c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f5577007b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1 errors id_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3859728==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8461a8d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f845d9ce082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f8461a8d93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f8461a8cb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1 errors id_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3859595==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4ec61f92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4ec213a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f4ec61f993c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f4ec61f8b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1 errors lane_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3859991==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f27da9b12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f27d68f2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f27da9b193c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f27da9b0b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1 errors lane_false ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3860069==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f50344392f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f503037a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f503443993c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f5034438b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1 errors lane_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3859977==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f35436152f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f353f556082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f354361593c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f3543614b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1 errors nextEdges_invalid ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3860387==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbeb2a0c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbeae94d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fbeb2a0c93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fbeb2a0bb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1 errors pos_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3860096==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9961f782f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f995deb9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f9961f7893c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f9961f77b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1 errors pos_false ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3860102==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa2902862f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa28c1c7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fa29028693c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fa290285b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1 errors pos_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3860078==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd69071f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd68c660082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fd69071f93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fd69071eb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1 errors pos_too_high ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3860155==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f622d4762f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f62293b7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f622d47693c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f622d475b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1 freq_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3860437==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe9be3f22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7fe9beed45fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 nextEdges 20s_10r_5l ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3859313==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7a821c12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7a6bfc00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7a7e102082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 nextEdges 20s_10r_5l_internal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3859337==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff571d4e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff55bb4c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff56dc8f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 nextEdges nextCrossing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3859349==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7faae43702f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7faace17b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7faae02b1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 nextEdges nextCrossing_reverse ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3859361==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe879b232f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe8639320cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe875a64082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 nextEdges walkingArea_nextCrossing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3859433==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f17eb29c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f17d50a90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f17e71dd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 nextEdges walkingArea_nextCrossing2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3859494==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb5328862f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb51c6a80cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb52e7c7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 no_vehicles one_no_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3854376==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f48fac402f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f48fb7225fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 no_vehicles one_no_vehicles_id_with_space ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3854509==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f46693252f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f4669e06f52 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x212f52)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 no_vehicles two_no_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3854620==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd75b5dc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7fd75c0be5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 one_vehicle end_of_route ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3855317==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5bdc28b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5bc59ff0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5bd81cc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 one_vehicle lane_change ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3855156==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7d8640f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7d702220cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7d82350082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 one_vehicle one100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3854968==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3d19af72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3d032590cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3d15a38082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 one_vehicle one10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3854747==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5d9fed52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5d896370cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5d9be16082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 one_vehicle one10s_1vehicle_10m_s_end ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3855153==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f57c39172f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f57ad08d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f57bf858082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 one_vehicle one1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3854639==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbb2c2742f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbb159d60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbb281b5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 one_vehicle one1s_1vehicle_10m_shifted ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3854676==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f79ec0be2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f79d58330cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f79e7fff082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 one_vehicle one1s_1vehicle_internal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3855428==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8459ba42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f84437750cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8455ae5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 one_vehicle two100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3855114==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f87498942f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8732ff40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f87457d5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 one_vehicle two10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3855105==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd6986702f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd681de10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd6945b1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 one_vehicle two1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3855044==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd40fe7f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd3f95de0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd40bdc0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 one_vehicle_subsecond lane_change ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3856055==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe3b203d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe39be4f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe3adf7e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 one_vehicle_subsecond one.1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3855949==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f19d42132f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f19bd9740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f19d0154082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 one_vehicle_subsecond one100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3855778==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f97108572f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f96f9fb60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f970c798082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 one_vehicle_subsecond one10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3855677==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0ea53b32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0e8eb270cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0ea12f4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 one_vehicle_subsecond one1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3855543==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f31fcb4e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f31e62c20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f31f8a8f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 one_vehicle_subsecond two100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3855935==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2953a992f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f293d1fa0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f294f9da082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 one_vehicle_subsecond two10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3855859==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa83234b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa81baa90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa82e28c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 one_vehicle_subsecond two1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3855785==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7824dbd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f780e51f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7820cfe082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 persons car ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3859094==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3de0ffc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3dcae000cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3ddcf3d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 persons default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3858291==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f864b3a22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f86351910cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f86472e3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 persons laneEnd ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3859305==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe9f01272f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe9d9f330cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe9ec068082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 persons walk ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3858333==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f55a55372f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f558f3390cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f55a1478082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 persons walkBackward ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3858769==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f820b3452f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f81f51470cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8207286082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 persons walkBackward_detAtEnd ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3859035==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0b731092f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0b5cf0a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0b6f04a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 persons walkBackward_detAtStart ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3858904==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3357cc92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3341acb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3353c0a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 persons walkForward ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3858341==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9697d852f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9681b730cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9693cc6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 persons walkForward_detAStart ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3858469==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7feb33ae22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7feb1d8e40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7feb2fa23082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 persons walkForward_detAtEnd ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3858749==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f502ec722f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5018a740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f502abb3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_same_vehicles one100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3856317==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fafbcc4f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fafa63b10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fafb8b90082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_same_vehicles one10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3856198==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fca5b5e52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fca44d470cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fca57526082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_same_vehicles one1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3856172==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc0862392f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc06f9ac0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc08217a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_same_vehicles two100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3856583==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5abc06e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5aa57e10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5ab7faf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_same_vehicles two10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3856543==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f551572e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f54fee8e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f551166f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_same_vehicles two1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3856396==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcc58a892f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcc421eb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcc549ca082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_same_vehicles__split two100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3856955==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fecf10182f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fecda78d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fececf59082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_same_vehicles__split two10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3856929==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f54298922f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5412ff40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f54257d3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_same_vehicles__split two1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3856734==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffb07e2d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffaf158e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffb03d6e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_vehicles_diff_length one100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3858011==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa00ee152f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9ff85890cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa00ad56082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_vehicles_diff_length one10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3857918==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdae17dd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdacaf3f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdadd71e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_vehicles_diff_length one1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3857826==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7feae3ee42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7feacd6460cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7feadfe25082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_vehicles_diff_length two100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3858195==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2f6a9da2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2f5414f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2f6691b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_vehicles_diff_length two10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3858133==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f04f21782f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f04db8d60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f04ee0b9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_vehicles_diff_length two1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3858031==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3e58dff2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3e4255e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3e54d40082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_vehicles_diff_length__split two100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3858290==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9198c692f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f91823cb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9194baa082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_vehicles_diff_length__split two10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3858227==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f993c0a42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f99258040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9937fe5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_vehicles_diff_length__split two1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3858220==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0a498352f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0a32f960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0a45776082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_vehicles_diff_speed one100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3857093==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f34184182f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3401b8f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3414359082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_vehicles_diff_speed one10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3856980==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcf6ced72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcf566390cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcf68e18082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_vehicles_diff_speed one1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3856969==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efd708982f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efd59ffa0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efd6c7d9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_vehicles_diff_speed two100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3857246==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f35a44312f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f358dba40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f35a0372082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_vehicles_diff_speed two10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3857180==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa60c43e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa5f5b9f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa60837f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_vehicles_diff_speed two10s_1vehicle_10m_s_end ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3857318==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6a7cfc32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6a667250cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6a78f04082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_vehicles_diff_speed two1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3857091==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3650d3c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f363a49e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f364cc7d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_vehicles_diff_speed__split two100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3857516==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd95eafb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd9482700cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd95aa3c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_vehicles_diff_speed__split two10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3857406==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fea3e6262f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fea27d860cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fea3a567082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_vehicles_diff_speed__split two10s_1vehicle_10m_s_end ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3857744==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbd242492f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbd0d9bc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbd2018a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 two_vehicles_diff_speed__split two1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3857378==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f90f23172f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f90dba790cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f90ee258082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1 vTypeDist ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3860388==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe1e61dc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe1cf93e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe1e211d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant errors file_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3861750==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0f151d42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0f11115082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f0f151d493c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f0f151d3b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1Instant errors file_false ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3861800==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f538786c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f53837ad082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f538786c93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f538786bb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1Instant errors file_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3861704==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe1055792f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe1014ba082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fe10557993c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fe105578b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1Instant errors id_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3861528==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f16d1a5c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f16cd99d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f16d1a5c93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f16d1a5bb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1Instant errors id_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3861513==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f03caff82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f03c6f39082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f03caff893c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f03caff7b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1Instant errors lane_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3861563==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdf5da8c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdf599cd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fdf5da8c93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fdf5da8bb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1Instant errors lane_false ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3861571==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f490dffe2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4909f3f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f490dffe93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f490dffdb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1Instant errors lane_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3861539==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7a3bc802f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7a37bc1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f7a3bc8093c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f7a3bc7fb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1Instant errors pos_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3861606==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc7bb4c32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc7b7404082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fc7bb4c393c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fc7bb4c2b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1Instant errors pos_false ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3861614==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f515a6842f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f51565c5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f515a68493c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f515a683b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1Instant errors pos_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3861602==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7b710482f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7b6cf89082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f7b7104893c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f7b71047b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1Instant errors pos_too_high ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3861703==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd9ea5e32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd9e6524082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fd9ea5e393c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fd9ea5e2b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e1Instant nextEdges 20s_10r_5l ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3862036==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9e151782f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9dfef880cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9e110b9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant nextEdges 20s_10r_5l_internal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3862081==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff0044c32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fefee2c20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff000404082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant nextEdges nextCrossing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3862107==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffb8b2752f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffb750980cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffb871b6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant nextEdges nextCrossing_reverse ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3862117==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f86672e82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f865110c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8663229082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant nextEdges walkingArea_nextCrossing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3862168==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9bd09eb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9bba7fa0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9bcc92c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant nextEdges walkingArea_nextCrossing2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3862180==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f592c63f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f591644e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5928580082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant no_vehicles one_no_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3860438==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f739d5c72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f739e0a95fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant no_vehicles two_no_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3860457==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5bd11ad2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f5bd1c8f5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant one_vehicle at_end_of_lane ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3860568==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f159613b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f157ff3b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f159207c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant one_vehicle lane_change ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3860525==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbb481282f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbb31f230cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbb44069082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant one_vehicle one1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3860521==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa289d092f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa27347d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa285c4a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant one_vehicle two1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3860529==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb24ca9a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb2361fc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb2489db082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant one_vehicle_subsecond one1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3860567==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb32cf2e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb31668e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb328e6f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant one_vehicle_subsecond two1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3860615==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc3fd06f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc3e67e10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc3f8fb0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant persons car ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3862025==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f30a35722f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f308d3740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f309f4b3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant persons default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3861813==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc4e638a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc4d018e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc4e22cb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant persons walk ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3861805==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7f53ebd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7f3dcac0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7f4fdfe082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant persons walkBackward ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3861987==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0f4cbf22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0f369f60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0f48b33082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant persons walkBackward_detAtEnd ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3862011==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc1ac0d22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc195ed40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc1a8013082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant persons walkBackward_detAtStart ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3861995==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2d7d2a92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2d670ac0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2d791ea082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant persons walkForward ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3861921==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f45661ab2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f454ffac0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f45620ec082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant persons walkForward_detAStart ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3861954==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1d33df72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1d1dbe60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1d2fd38082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant persons walkForward_detAtEnd ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3861971==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f97a17fa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f978b5fc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f979d73b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant two_same_vehicles leave_and_enter_in_the_same_step ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3860679==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa45f9c72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa4495870cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa45b908082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant two_same_vehicles one1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3860667==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd981dc42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd96b5260cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd97dd05082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant two_same_vehicles two1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3860673==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6e9d3282f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6e86a860cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6e99269082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant two_vehicles_diff_length one1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3861396==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8067c4d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f80513c40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8063b8e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant two_vehicles_diff_length two1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3861485==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f537780b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5360f810cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f537374c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant two_vehicles_diff_speed one1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3860733==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f37b61bf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f379f9210cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f37b2100082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e1Instant two_vehicles_diff_speed two1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3860965==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f71db4fc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f71c4c730cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f71d743d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 errors file_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3865425==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f51798c52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5175806082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f51798c593c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f51798c4b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e2 errors file_false ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3865434==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb357d932f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb353cd4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fb357d9393c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fb357d92b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e2 errors file_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3865423==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7faab0cf92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7faaacc3a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7faab0cf993c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7faab0cf8b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e2 errors freq_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3865344==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f89620322f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f895df73082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f896203293c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f8962031b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e2 errors freq_false ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3865463==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fce957742f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fce916b5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fce9577493c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fce95773b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e2 errors freq_negative ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3865357==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff1fed762f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff1facb7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7ff1fed7693c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7ff1fed75b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e2 errors id_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3865013==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f34f8de22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f34f4d23082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f34f8de293c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f34f8de1b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e2 errors id_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3864652==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4844cd22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4840c13082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f4844cd293c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f4844cd1b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e2 errors lane_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3865077==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8f021142f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8efe055082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f8f0211493c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f8f02113b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e2 errors lane_false ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3865117==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2bd9d972f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2bd5cd8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f2bd9d9793c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f2bd9d96b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e2 errors lane_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==3865017==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe4495bc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe4454fd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fe4495bc93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fe4495bbb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e2 errors length_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3865197==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdb247be2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdb206ff082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fdb247be93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fdb247bdb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e2 errors length_false ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3865263==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6bd91032f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6bd5044082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f6bd910393c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f6bd9102b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e2 errors length_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3865183==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb4c5e382f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb4afe850cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb4c1d79082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 errors length_too_high ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3865308==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f22cf5242f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f22b03f60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f22cb465082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 errors pos_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3865146==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa9d7c9c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa9d3bdd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fa9d7c9c93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fa9d7c9bb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e2 errors pos_false ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3865160==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb3d92012f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb3d5142082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fb3d920193c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fb3d9200b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e2 errors pos_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==3865134==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f28b2fe62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f28aef27082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f28b2fe693c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f28b2fe5b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e2 errors pos_too_high ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3865181==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3f05a1e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3f0195f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f3f05a1e93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f3f05a1db64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e2 freq_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3866149==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 17632 byte(s) in 116 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f7a00d124f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 jam_test__preliminary one100s ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3865493==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdbc8a862f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdbb21e60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdbc49c7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 jam_test__preliminary one10s ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3865481==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f41b64262f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f419fb860cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f41b2367082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 jam_test__preliminary one1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3865473==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5775ec72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f575f63b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5771e08082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 nextEdges 20s_10r_5l ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3865701==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f48bab3c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f48a49510cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f48b6a7d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 nextEdges 20s_10r_5l_internal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3865918==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f02d78632f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f02c16740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f02d37a4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 nextEdges nextCrossing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3865947==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1dce9382f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1db87460cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1dca879082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 nextEdges nextCrossing_reverse ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3865984==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdb905d12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdb7a3f50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdb8c512082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 nextEdges walkingArea_nextCrossing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3865986==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0af42822f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0ade0910cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0af01c3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 nextEdges walkingArea_nextCrossing2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3866099==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f19126f82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f18fc51c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f190e639082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 no_vehicles one_no_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3862204==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f12fc7912f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f12fd2735fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 no_vehicles two_no_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3862215==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbf9efe42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7fbf9fac65fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 one_vehicle leave_early ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3863066==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1b7d6242f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1b66d990cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1b79565082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 one_vehicle one100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3863015==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1fb276d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1f9bece0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1fae6ae082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 one_vehicle one10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3862997==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4c2d66c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4c16dce0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4c295ad082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 one_vehicle one1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3862941==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f64e2b502f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f64cc2c40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f64dea91082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 one_vehicle two100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3863051==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f133665e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f131fdbe0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f133259f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 one_vehicle two10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3863039==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f155e5eb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1547d4d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f155a52c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 one_vehicle two1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3863020==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff0d5a9c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff0bf1fc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff0d19dd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 one_vehicle_subsecond one.1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3863341==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7d2afd12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7d147330cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7d26f12082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 one_vehicle_subsecond one100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3863135==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3339ba12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f33233150cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3335ae2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 one_vehicle_subsecond one10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3863106==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4d33bfd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4d1d3710cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4d2fb3e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 one_vehicle_subsecond one1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3863105==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fce22c312f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fce0c3910cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fce1eb72082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 one_vehicle_subsecond two100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3863260==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc3a1a302f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc38b1910cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc39d971082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 one_vehicle_subsecond two10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3863176==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f38530a72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f383c8090cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f384efe8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 one_vehicle_subsecond two1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3863194==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2216cc22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f22004240cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2212c03082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 persons car ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3865638==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0db3cc32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0d9dab20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0dafc04082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 persons default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3865512==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f206e4c32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f20582c50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f206a404082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 persons walk ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3865513==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f67add5b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6797b5c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f67a9c9c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 persons walkBackward ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3865587==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa21f8262f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa2096280cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa21b767082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 persons walkForward ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3865523==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4a5fc302f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4a49a1e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4a5bb71082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 two_same_vehicles one100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3863553==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6f9cb3e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6f862b20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6f98a7f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 two_same_vehicles one10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3863382==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f282a4632f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2813bd70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f28263a4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 two_same_vehicles one1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3863372==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4b3d68e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4b26dec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4b395cf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 two_same_vehicles two100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3864059==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4e793872f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4e62af90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4e752c8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 two_same_vehicles two10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3864027==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7d992a82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7d82a1d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7d951e9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 two_same_vehicles two1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3863961==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9cb98c92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9ca302b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9cb580a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 two_vehicles_diff_length one100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3864305==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1838c792f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f18223db0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1834bba082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 two_vehicles_diff_length one10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3864298==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4b45a792f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4b2f1db0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4b419ba082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 two_vehicles_diff_length one1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3864294==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc108ff52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc0f27560cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc104f36082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 two_vehicles_diff_length two100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3864505==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f161f1db2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f160893d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f161b11c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 two_vehicles_diff_length two100s_1vehicle_10m_s_vTypes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3864526==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f77fb4122f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f77e4b870cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f77f7353082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 two_vehicles_diff_length two10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3864429==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f29085152f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f28f1c740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2904456082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 two_vehicles_diff_length two1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3864324==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7f130d92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7efc83b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7f0f01a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 two_vehicles_diff_speed one100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3864141==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fec2e4e22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fec17c440cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fec2a423082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 two_vehicles_diff_speed one10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3864098==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd0a26c82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd08be2a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd09e609082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 two_vehicles_diff_speed one1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3864084==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9acfdcc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9ab952e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9acbd0d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 two_vehicles_diff_speed two100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3864262==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa36a8242f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa353f860cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa366765082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 two_vehicles_diff_speed two10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3864251==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc1076d12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc0f0e330cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc103612082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2 two_vehicles_diff_speed two1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3864198==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe1d334d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe1bcaaf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe1cf28e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2_tls jam_test__preliminary new_programs ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3872353==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7febeb4132f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7febd4b740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7febe7354082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2_tls jam_test__preliminary old_programs ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3872061==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f79783972f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7961f6b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f79742d8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2_tls_link jam_test__preliminary new_programs ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3872691==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff762d762f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff74c4d60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff75ecb7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2_tls_link jam_test__preliminary old_programs ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3872642==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fda425ce2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fda2c18e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fda3e50f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2multilane basicPlacement1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3866522==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efeb15502f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efe9b3260cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efead491082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2multilane basicPlacement2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3866577==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2286ce22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2270aa60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2282c23082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2multilane basicPlacement3 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3866654==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa03935e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa0231200cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa03529f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2multilane basicPlacement3NegativeEndPosSpec ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3866681==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd7b5dd52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd79fb990cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd7b1d16082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2multilane basicPlacement3NegativePosSpec ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3866698==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcdfcf232f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcde6ce70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcdf8e64082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2multilane detectorStartOnInternalLane ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3866719==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6d2f2e62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6d190bf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6d2b227082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2multilane earlyExit ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3866906==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2f5b8602f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2f456350cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2f577a1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2multilane enterAtInsertion ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3866976==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcf381082f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcf21ecb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcf34049082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2multilane entryAndExitAcrossJunction ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3866997==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f285c2252f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2845ffd0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2858166082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2multilane errors lanes_no_consecutive ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3867847==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2f495462f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2f45487082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f2f4954693c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f2f49545b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e2multilane lanechangeIn ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3867050==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbbbbf1c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbba5cf10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbbb7e5d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2multilane lanechangeOut ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3867081==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8a317a52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8a1b57b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8a2d6e6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2multilane lateEntry ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3867094==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe22accb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe214aa40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe226c0c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2multilane meanTimeLossConsistency ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3867682==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f12ad1252f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1296efd0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f12a9066082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2multilane parkingOnDetector ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3867122==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc9b7c812f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc9a1a450cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc9b3bc2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2multilane placementByLSNegativePositionSpec ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3866520==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7a505ca2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7a3a3a10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7a4c50b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2multilane placementByLaneSequence ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3866153==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f71b033d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f719a1160cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f71ac27e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2multilane shortDetector ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3867219==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb3619372f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb34b6fb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb35d878082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2multilane shortEdges ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3867243==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f01cc88b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f01b66630cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f01c87cc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2multilane stoppedOnDetector ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3867315==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa5d021c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa5b9fdc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa5cc15d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2multilane teleportOutOfDetector ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,135
> 
> =================================================================
> ==3867379==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa1530922f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa13ce6b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa14efd3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2multilane teleportWithinDetector ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,135
> 
> =================================================================
> ==3867423==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f28e0fce2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f28cada70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f28dcf0f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2multilane vaporizer ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3867502==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f716a74d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f71545250cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f716668e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e2multilane warnings ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3867600==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe7cecfc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe7b8ad40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe7cac3d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 bugs small ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3871119==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f593c3472f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5925aa90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5938288082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 bugs ticket10881 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3871210==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe572d362f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe55cb390cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe56ec77082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 bugs ticket4645 ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,12
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
9a20,138
> 
> =================================================================
> ==3871127==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f67af5b32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f67991720cd  (<unknown module>)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x27596d0 in NLJunctionControlBuilder::closeJunctionLogic() /home/delphi/clangDebug/sumo/src/netload/NLJunctionControlBuilder.cpp:483:30
>     #2 0x27dac8a in NLHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/netload/NLHandler.cpp:318:46
>     #3 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #4 0x7f67b0094f52 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x212f52)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 bugs ticket4803 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3871151==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7c08c3c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7bf27fc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7c04b7d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 bugs ticket4803b ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3871172==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f79f07d02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f79da3900cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f79ec711082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 bugs ticket4845 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,15
> Tracer caught signal 11: addr=0x0 pc=0x5b7b84 sp=0x7fe8d7fdbd30
> ==3871189==LeakSanitizer has encountered a fatal error.
> ==3871189==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
> ==3871189==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 errors entryexit_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,60
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3870331==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f42c791b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f42c83fd5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 errors file_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3871077==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2c9e2872f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2c9a1c8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f2c9e28793c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f2c9e286b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e3 errors file_false ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3871112==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f554fc2b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f554bb6c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f554fc2b93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f554fc2ab64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e3 errors file_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3871044==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f05667962f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f05626d7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f056679693c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f0566795b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e3 errors freq_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3870967==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8b62cb42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8b5ebf5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f8b62cb493c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f8b62cb3b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e3 errors freq_false ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3870981==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdc562c82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdc52209082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fdc562c893c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fdc562c7b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e3 errors freq_negative ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3870978==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4f348732f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4f307b4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f4f3487393c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f4f34872b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e3 errors id_duplicated ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,125
> 
> =================================================================
> ==3870348==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f45783da2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f457431b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 648 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x770d7c in GUIDetectorBuilder::createE3Detector(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<MSCrossSection, std::allocator<MSCrossSection> > const&, std::vector<MSCrossSection, std::allocator<MSCrossSection> > const&, double, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<c
har, std::char_traits<char>, std::allocator<char> > const&, int, bool) /home/delphi/clangDebug/sumo/src/guinetload/GUIDetectorBuilder.cpp:100:12
>     #2 0x271686c in NLDetectorBuilder::endE3Detector() /home/delphi/clangDebug/sumo/src/netload/NLDetectorBuilder.cpp:371:37
>     #3 0x2801426 in NLHandler::endE3Detector() /home/delphi/clangDebug/sumo/src/netload/NLHandler.cpp:1669:27
>     #4 0x27dc2f1 in NLHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/netload/NLHandler.cpp:356:13
>     #5 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #6 0x7f4578ebbf52 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x212f52)
> 
> Indirect leak of 304 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x32bdd32 in MSE3Collector::MSE3Collector(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<MSCrossSection, std::allocator<MSCrossSection> > const&, std::vector<MSCrossSection, std::allocator<MSCrossSection> > const&, double, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, st
d::char_traits<char>, std::allocator<char> > const&, int, bool) /home/delphi/clangDebug/sumo/src/microsim/output/MSE3Collector.cpp:319:36
>     #2 0x7ecaad in GUIE3Collector::GUIE3Collector(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<MSCrossSection, std::allocator<MSCrossSection> > const&, std::vector<MSCrossSection, std::allocator<MSCrossSection> > const&, double, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, s
td::char_traits<char>, std::allocator<char> > const&, int, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIE3Collector.cpp:174:5
>     #3 0x771008 in GUIDetectorBuilder::createE3Detector(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<MSCrossSection, std::allocator<MSCrossSection> > const&, std::vector<MSCrossSection, std::allocator<MSCrossSection> > const&, double, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<c
har, std::char_traits<char>, std::allocator<char> > const&, int, bool) /home/delphi/clangDebug/sumo/src/guinetload/GUIDetectorBuilder.cpp:100:16
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : output e3 errors id_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3870380==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9f60f4f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9f5ce90082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f9f60f4f93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f9f60f4eb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e3 errors id_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3870450==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe24a6982f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe2465d9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fe24a69893c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fe24a697b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e3 errors lane_empty__entry ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3870612==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2d3743c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2d3337d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f2d3743c93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f2d3743bb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e3 errors lane_empty__exit ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3870723==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f06031562f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f05ff097082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f060315693c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f0603155b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e3 errors lane_false__entry ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3870698==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fab4b3012f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fab47242082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fab4b30193c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fab4b300b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e3 errors lane_false__exit ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3870749==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5fef4ba2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5feb3fb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f5fef4ba93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f5fef4b9b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e3 errors lane_missing__entry ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3870609==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f561ea8d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f561a9ce082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f561ea8d93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f561ea8cb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e3 errors lane_missing__exit ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3870718==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa845ba72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa841ae8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fa845ba793c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fa845ba6b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e3 errors pos_empty__entry ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3870784==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe3a21762f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe39e0b7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fe3a217693c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fe3a2175b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e3 errors pos_empty__exit ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3870924==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5b3ffed2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5b3bf2e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f5b3ffed93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f5b3ffecb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e3 errors pos_false__entry ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3870799==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f33c62222f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f33c2163082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f33c622293c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f33c6221b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e3 errors pos_false__exit ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3870947==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3df84622f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3df43a3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f3df846293c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f3df8461b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e3 errors pos_missing__entry ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3870788==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f76028022f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f75fe743082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f760280293c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f7602801b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e3 errors pos_missing__exit ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3870884==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f20ddd372f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f20d9c78082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f20ddd3793c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f20ddd36b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e3 errors pos_too_high__entry ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3870846==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc3713642f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc36d2a5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fc37136493c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fc371363b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e3 errors pos_too_high__exit ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3870951==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fefe72672f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fefe31a8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fefe726793c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fefe7266b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output e3 freq_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,40
> 
> =================================================================
> ==3872046==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7feefe31b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7feefedfd5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7feee81070cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 junction_output interior ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3871339==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f248381e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f246d60c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f247f75f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 junction_output joined ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3871257==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4217e2e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4201c1b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4213d6f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 junction_output joined_freq ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3871267==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1ed12692f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1ebb06e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1ecd1aa082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 junction_output joined_interior ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3871357==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fea04bf22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe9ee9e10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fea00b33082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 nextEdges 20s_10r_5l ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3871557==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0af4d682f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0adeb630cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0af0ca9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 nextEdges 20s_10r_5l_internal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
24a35,106
> 
> =================================================================
> ==3871610==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6aab6162f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6a954110cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6aa7557082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 nextEdges nextCrossing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3871750==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f72da3462f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f72c41530cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f72d6287082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 nextEdges nextCrossing_reverse ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3871782==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f929f3be2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f92891cd0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f929b2ff082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 nextEdges walkingArea_nextCrossing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3871849==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f98ac3132f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f98961360cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f98a8254082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 nextEdges walkingArea_nextCrossing2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3871932==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8f98ef92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8f82d1a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8f94e3a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 no_vehicles one_no_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3868032==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7ed5bc32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f7ed66a55fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 no_vehicles two_no_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3868065==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fde295492f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7fde2a02b5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 one_vehicle close_to_end ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3868406==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb59f5512f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb588cc40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb59b492082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 one_vehicle leave_early ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,47
> 
> =================================================================
> ==3868336==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2cc3aa82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2cad20a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2cbf9e9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 one_vehicle one100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3868159==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6589a242f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f65731860cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6585965082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 one_vehicle one10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3868104==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe454f052f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe43e6640cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe450e46082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 one_vehicle one1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3868090==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcedfb352f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcec92960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcedba76082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 one_vehicle one1s_1vehicle_10m_s_offset ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3868083==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0b2c0ed2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0b158620cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0b2802e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 one_vehicle two100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3868319==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fecc50dc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fecae8510cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fecc101d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 one_vehicle two10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3868243==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3e02ec92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3dec63e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3dfee0a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 one_vehicle two1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3868173==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9a8fa022f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9a791640cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9a8b943082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 one_vehicle_subsecond one.1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3869149==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5986f582f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f59706b60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5982e99082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 one_vehicle_subsecond one100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3868603==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fca6832a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fca51a8b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fca6426b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 one_vehicle_subsecond one10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3868521==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff921b8f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff90b2f10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff91dad0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 one_vehicle_subsecond one1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3868418==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f240c4ac2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f23f5c0c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f24083ed082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 one_vehicle_subsecond two100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3869060==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0bb4ff12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0b9e7530cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0bb0f32082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 one_vehicle_subsecond two10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3868946==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f53ab1b52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f539492a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f53a70f6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 one_vehicle_subsecond two1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3868794==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f679c30b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6785a7f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f679824c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 persons car ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3871545==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9f99cc12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9f83ac50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9f95c02082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 persons default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3871359==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f10492532f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f103303e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1045194082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 persons walk ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3871394==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe5420bd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe52bebf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe53dffe082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 persons walkBackward ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3871442==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1494c202f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f147ea220cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1490b61082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 persons walkForward ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3871401==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1e54f6f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1e3ed6e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1e50eb0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 two_same_vehicles one100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3869199==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f136343d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f134cbb20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f135f37e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 two_same_vehicles one10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3869196==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd9aaf352f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd9946960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd9a6e76082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 two_same_vehicles one1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3869164==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f87118aa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f86fb00c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f870d7eb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 two_same_vehicles two100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3869345==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcc5a6492f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcc43dbc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcc5658a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 two_same_vehicles two10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3869289==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb75cb832f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb7462f70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb758ac4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 two_same_vehicles two1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3869260==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f74d2dab2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f74bc50c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f74cecec082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 two_vehicles_diff_length one100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3870141==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd28333f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd26cab40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd27f280082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 two_vehicles_diff_length one10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3870096==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f185ac3a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f18443ac0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1856b7b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 two_vehicles_diff_length one1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3870006==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3acd6af2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3ab6e250cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3ac95f0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 two_vehicles_diff_length two100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3870324==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe3911822f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe37a8e40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe38d0c3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 two_vehicles_diff_length two10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3870251==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc8dec252f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc8c83860cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc8dab66082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 two_vehicles_diff_length two1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3870231==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fae628972f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fae4bff90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fae5e7d8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 two_vehicles_diff_speed one100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3869669==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f41757a42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f415ef040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f41716e5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 two_vehicles_diff_speed one10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3869444==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcf1053a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcef9c990cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcf0c47b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 two_vehicles_diff_speed one1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3869365==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f61f96ff2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f61e2e710cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f61f5640082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 two_vehicles_diff_speed two100s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3869969==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6458a2b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f644218b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f645496c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 two_vehicles_diff_speed two10s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3869927==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbdac0b22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbd958140cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbda7ff3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output e3 two_vehicles_diff_speed two1s_1vehicle_10m_s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3869929==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5d005b32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5ce9d270cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5cfc4f4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output emission-idling ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,434
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3901413==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb4a49fd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb48e8000cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb4a093e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output emission-output MMPEVEM BMW_i3 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,146
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3896847==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8ff63782f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8fe01630cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8ff22b9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output emission-output MMPEVEM SUV ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,146
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3896852==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc7e0fe92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc7cadeb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc7dcf2a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output emission-output MMPEVEM VW_ID3 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,146
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3897049==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f68e39cb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f68cd7ba0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f68df90c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output emission-output MMPEVEM VW_ID4 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,146
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3897070==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa5a52fd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa58f0fe0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa5a123e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output emission-output MMPEVEM VW_eUp ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,146
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3897017==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd992a922f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd97c8810cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd98e9d3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output emission-output begin ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,434
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3897754==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f287351c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f285d7650cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f286f45d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output emission-output emissionClasses ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,1249
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3897380==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f15c63622f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 224 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x3cd1c50 in PHEMlightdllV5::CEPHandler::ReadVehicleFile(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<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&, PHEMlightdllV5::Helpers*, bool, PHEMlightdllV5::VEHPHEMLightJSON::VEH*&) /home/delphi/clangDebug/sumo/src/foreign/PHEMlight/V5/cpp/CEPHandler.cpp:
123:19
>     #2 0x3ccf58f in PHEMlightdllV5::CEPHandler::Load(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&, PHEMlightdllV5::Helpers*, PHEMlightdllV5::Correction*, bool) /home/delphi/clangDebug/sumo/src/foreign/PHEMlight/V5/cpp/CEPHandler.cpp:89:14
>     #3 0x3ccefb6 in PHEMlightdllV5::CEPHandler::GetCEP(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&, PHEMlightdllV5::Helpers*, PHEMlightdllV5::Correction*) /home/delphi/clangDebug/sumo/src/foreign/PHEMlight/V5/cpp/CEPHandler.cpp:47:18
>     #4 0x3c44a8e in HelpersPHEMlight5::getClassByName(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, SUMOVehicleClass) /home/delphi/clangDebug/sumo/src/utils/emissions/HelpersPHEMlight5.cpp:90:23
>     #5 0x3b6fe6e in PollutantsInterface::getClassByName(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, SUMOVehicleClass) /home/delphi/clangDebug/sumo/src/utils/emissions/PollutantsInterface.cpp:238:38
>     #6 0x3e38b27 in SUMOVehicleParserHelper::beginVTypeParsing(SUMOSAXAttributes const&, bool, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMOVehicleParserHelper.cpp:834:40
>     #7 0x3dbf6ad in SUMORouteHandler::myStartElement(int, SUMOSAXAttributes const&) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:160:30
>     #8 0x1dd3041 in MSRouteHandler::myStartElement(int, SUMOSAXAttributes const&) /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:192:27
>     #9 0x3f94ab3 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
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output emission-output errors file_false ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3897570==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8068e612f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8064da2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f8068e6193c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f8068e60b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output emission-output half_equipped ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,434
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3897382==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f257ff9f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f256a1ec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f257bee0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output emission-output models_cycle ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,434
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3897350==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5adc3dd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5ac663f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5ad831e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output emission-output no_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3897179==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe0f85782f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7fe0f905a5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output emission-output one_vehicle ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3897165==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7cab0432f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7c94e2e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7ca6f84082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output emission-output one_vehicle_geo ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3897227==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f15ef72c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f15d951b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f15eb66d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output emission-output one_vehicle_parking ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3897238==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f56fda082f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f56e77f60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f56f9949082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output emission-output one_vehicle_parking_onRoad ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3897300==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7febaffce2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7feb9995f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7febabf0f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output emission-output one_vehicle_subsecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3897331==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd2140b42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd1fdc740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd20fff5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output emission-output one_vehicle_subsecond_scaled ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3897335==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6fe25aa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6fcc17d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6fde4eb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output emission-output one_vehicle_waiting ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3897233==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa55b78e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa54558e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa5576cf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output emission-output period ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,434
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3897390==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f672cf012f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f671714e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6728e42082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output emission-output period_begin ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,404
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3898011==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5a016752f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f5a02156f52 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x212f52)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output emission-output shut_off_auto ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,392
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3897444==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f87ce84d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f87b8aaf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f87ca78e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output emission-output shut_off_stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,434
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3897422==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6e3220a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6e1c46c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6e2e14b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output examples cross3ltl_amitran ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3900350==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc81fec92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc80a1460cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc81be0a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output examples cross3ltl_emission ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3900318==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb0c06ed2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb0aa97d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb0bc62e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output examples cross3ltl_entryExit ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3899595==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2128 byte(s) in 14 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f01c5ce64f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output examples cross3ltl_fcd ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3899434==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd2bf82e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd2a9abc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd2bb76f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output examples cross3ltl_full ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3900393==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6c84fb12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6c6f2400cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6c80ef2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output examples cross3ltl_inductloops ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3899560==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2128 byte(s) in 14 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fcbaf36d4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output examples cross3ltl_laneArea ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3899524==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa6e5cfb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 304 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output examples cross3ltl_laneArea_longDetector ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3899581==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd9a75482f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 304 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output examples cross3ltl_meandata_amitran ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3900440==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2128 byte(s) in 14 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fd7826674f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output examples cross3ltl_meandata_amitran_filter ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3900702==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2128 byte(s) in 14 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f0fc55244f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output examples cross3ltl_meandata_constrained ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3899746==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2128 byte(s) in 14 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f272abf64f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output examples cross3ltl_meandata_edges ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3899809==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2128 byte(s) in 14 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fa08360d4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output examples cross3ltl_meandata_lanes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3899843==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2128 byte(s) in 14 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7efe527c54f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output examples cross3ltl_prefixed_meandata_and_tripinfo_and_log ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3900754==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa2e755b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa2d13680cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa2e349c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output examples cross3ltl_prefixed_nul ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3900778==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7cbb2882f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7ca50930cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7cb71c9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output examples cross3ltl_queue ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3900371==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f06e72002f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f06d14790cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f06e3141082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output examples cross3ltl_rawdump ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3899855==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb45ada62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb4450320cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb456ce7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output examples cross3ltl_summary ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3899409==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2128 byte(s) in 14 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fb8cbd9c4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output examples cross3ltl_tripinfo ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3900018==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2128 byte(s) in 14 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fc3575964f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output examples cross3ltl_vehroutes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3900040==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2128 byte(s) in 14 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f11cf1af4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output examples cross3ltl_vtypeprobe ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,83
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3900302==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f774669c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f77304b90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f77425dd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output examples_multimodal net3_meandata_edges ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3900969==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f63381082f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6321f160cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6334049082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output examples_multimodal net3_meandata_edges_track ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,98
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3901227==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f85826b62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 192 byte(s) in 8 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x33316e7 in MSMeanData::MeanDataValueTracker::MeanDataValueTracker(MSLane*, double, MSMeanData const*) /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:292:29
>     #2 0x333c2ba in MSMeanData::init() /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:476:45
>     #3 0x31fd38a in MSDetectorControl::add(MSMeanData*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long long, long long) /home/delphi/clangDebug/sumo/src/microsim/output/MSDetectorControl.cpp:88:13
>     #4 0x271e27f in NLDetectorBuilder::createEdgeLaneMeanData(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long long, long long, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, bool, bool, bool, int, double, double, double, 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::vector<MSEdge*, std::allocator<MSEdge*> >, bool, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) /home/delphi/clangDebug/sumo/src/netload/NLDetectorBuilder.cpp:545:52
>     #5 0x27fd026 in NLHandler::addEdgeLaneMeanData(SUMOSAXAttributes const&, int) /home/delphi/clangDebug/sumo/src/netload/NLHandler.cpp:1359:27
>     #6 0x27a7a30 in NLHandler::myStartElement(int, SUMOSAXAttributes const&) /home/delphi/clangDebug/sumo/src/netload/NLHandler.cpp:213:17
>     #7 0x3f94ab3 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
>     #8 0x7f85831985ae 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135ae)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output acceleration ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3895413==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f33aa1882f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f33941b70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f33a60c9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output all_attributes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3896355==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb54c9042f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb5369350cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb548845082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output angle ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3895371==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6ba6b7a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6b90b970cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6ba2abb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output attributes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3896317==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb4652372f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb44f26a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb461178082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output cartesian ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3895128==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f43f09352f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f43da9520cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f43ec876082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output cartesian_slope ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3895195==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f28abe2e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2895e6d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f28a7d6f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output cartesian_slope_geom ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3895221==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f10bc8122f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f10a68530cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f10b8753082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output cartesian_slope_length ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3895246==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6986c782f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6970ca20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6982bb9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output disable_all ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3895987==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0b1df272f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0b07f420cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0b19e68082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output distance ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3895400==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f356c11f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f35561510cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3568060082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output distance_reverse ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3895409==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f125fe112f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1249e440cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f125bd52082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output edge_filter ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3896152==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f44479952f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f44319c00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f44438d6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output enable_one ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3896027==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f721d8472f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f72078650cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7219788082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output explicit_assignment ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3895887==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f09590562f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f09430720cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0954f97082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output extended_attributes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3896346==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f17867e62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f17708190cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1782727082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output geo ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3895137==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f829ec312f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8288c620cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f829ab72082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output leader ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3896255==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2ad34492f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2abd47a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2acf38a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output params ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3895741==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2823a9a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f280dab80cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f281f9db082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output params_caccVehicleMode ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3895766==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1516e7d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f150080d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1512dbe082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output period ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3895840==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efe500232f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efe3a0540cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efe4bf64082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output persons person_attributes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3894999==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f86414012f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f862b42f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f863d342082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output persons person_by_options_and_param ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3894963==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f31e926e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f31d329a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f31e51af082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output persons person_by_param ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3894929==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6c000b12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6bea0dd0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6bfbff2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output persons riding ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3895034==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe03cc7f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe026cca0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe038bc0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output persons riding_noPersons ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3895051==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9441b942f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f942bbe00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f943dad5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output persons riding_noPersons_radius ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,88
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3895112==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcdf39d92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcddda270cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcdef91a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output precision ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3896267==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9dc25bb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9dac5ec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9dbe4fc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output radius ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3895874==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa3db76b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa3c57870cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa3d76ac082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output shape_filter ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3896427==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa025fee2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa00fbae0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa021f2f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output short_lane ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3896146==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc91c8df2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc9069200cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc918820082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output signals ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3895308==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3b4d8482f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3b378650cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3b49789082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output fcd-output subsecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3895790==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcd7b9e92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcd65a070cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcd7792a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output full-output errors file_false ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3896788==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7faa3f7472f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7faa3b688082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7faa3f74793c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7faa3f746b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output full-output no_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3896517==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9f7cd012f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f9f7d7e35fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output full-output one_vehicle ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3896545==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff13a9312f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff12471e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff136872082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output full-output one_vehicle_subsecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3896743==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2afedfe2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2ae89cf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2afad3f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output link-output 2veh_major ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3896450==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa3201152f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa30a3840cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa31c056082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output link-output internal_junction ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3896471==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f79b8f0f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f79a31800cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f79b4e50082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased begin_end b15e30_b45e60_separate ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3883565==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7125a1a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f710f17a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f712195b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased begin_end beg0_end15 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3883485==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffa7995e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffa630d10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffa7589f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased begin_end beg0_end30_nointerval ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3883608==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f25c4aac2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f25ae20c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f25c09ed082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased begin_end beg0_end30_simBeg10 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3883619==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4d3d7432f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4d26eb10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4d39684082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased begin_end beg0_end30_simBeg5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3883634==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc68dab62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc6772180cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc6899f7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased begin_end beg15_end30 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3883487==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa503b202f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa4ed2970cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa4ffa61082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased begin_end beg15_end30_freq10 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3883564==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f80b449c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f809dbfc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f80b03dd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased begin_end beg15_end30_nointerval ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3883599==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8454b7f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f843e2de0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8450ac0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased begin_end plain ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3883282==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f51f34212f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f51dcb820cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f51ef362082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased errors broken_number ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3884077==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0db70b22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0db2ff3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f0db70b293c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f0db70b1b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output meandata_edgebased errors end_before_begin ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3884192==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fafb261c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fafae55d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fafb261c93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fafb261bb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output meandata_edgebased errors negative_begin ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3883876==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f288b4912f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f28873d2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f288b49193c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f288b490b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output meandata_edgebased internal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3884348==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1c3c7c12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1c263960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1c38702082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased jam1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3884268==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fec6c76e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fec55c9f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fec686af082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased jam2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3884283==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5f728952f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5f5bdc50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5f6e7d6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased jam_max ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,139
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3884304==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 18240 byte(s) in 120 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7ff67b2984f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased lane_change interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3882686==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fde76f402f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fde60b0f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fde72e81082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased lane_change interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3882758==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f299f85c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f298941c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f299b79d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased lane_change interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3882646==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7faa0af012f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa9f4ad10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7faa06e42082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased lane_change interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3882747==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff3f11492f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff3dad170cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff3ed08a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased lane_change_single interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3883048==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe1abd4c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe1959300cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe1a7c8d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased lane_change_single interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3883247==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f84683ba2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8451f8a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f84642fb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased lane_change_single interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3882772==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe0952c12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe07ee910cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe091202082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased lane_change_single interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3883061==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f36b5b822f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f369f7520cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f36b1ac3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased long_stopped_vehicle ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3881495==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa4841ba2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa46d92f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa4800fb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased maxtraveltime ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3884322==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f11092b22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f10f27e50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f11051f3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased no_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3880520==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f46bcd9c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f46bd87e5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased no_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3880452==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3f5196c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f3f5244e5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased one_vehicle interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3880724==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe43d6e32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe426e450cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe439624082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased one_vehicle interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3880791==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8730ea42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f871a6040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f872cde5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased one_vehicle interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3880590==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc1d1dd32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc1bb5480cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc1cdd14082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased one_vehicle interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3880728==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa120b592f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa10a2cf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa11ca9a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased one_vehicle writeAttributes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3881187==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb33c1152f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb3258870cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb338056082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased one_vehicle_subsecond interval.1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3881568==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f43fc8bc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f43e60310cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f43f87fd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased one_vehicle_subsecond interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3881370==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4e206442f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4e09dba0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4e1c585082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased one_vehicle_subsecond interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3881499==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb4e6b572f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb4d02b60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb4e2a98082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased one_vehicle_subsecond interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3881361==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f54d4a0a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f54be17f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f54d094b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased one_vehicle_subsecond interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3881451==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fce909ee2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fce7a1630cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fce8c92f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased print_defaults ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3880576==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb4682222f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7fb468d045fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased short_edge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3881314==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4f840c52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4f6dec40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4f80006082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased short_edge_2lanes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3881351==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3f893a02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3f731b40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3f852e1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased teleporting ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
6a17,52
> 
> =================================================================
> ==3884362==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc63d3282f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc6268570cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc639269082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased tracking interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,98
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3883812==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 6336 byte(s) in 264 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x33327be in MSMeanData::MeanDataValueTracker::reset(bool) /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:319:33
>     #2 0x333ef75 in MSMeanData::resetOnly(long long) /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:520:19
>     #3 0x3349cf3 in MSMeanData::writeXMLOutput(OutputDevice&, long long, long long) /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:684:9
>     #4 0x31f9c5e in MSDetectorControl::writeOutput(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/output/MSDetectorControl.cpp:138:22
>     #5 0x1b1aaec in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1038:24
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7ff56cce94f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 1056 byte(s) in 44 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased tracking interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,98
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3883867==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 6336 byte(s) in 264 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x33327be in MSMeanData::MeanDataValueTracker::reset(bool) /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:319:33
>     #2 0x333ef75 in MSMeanData::resetOnly(long long) /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:520:19
>     #3 0x3349cf3 in MSMeanData::writeXMLOutput(OutputDevice&, long long, long long) /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:684:9
>     #4 0x31f9c5e in MSDetectorControl::writeOutput(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/output/MSDetectorControl.cpp:138:22
>     #5 0x1b1aaec in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1038:24
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fe2f52d84f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 2112 byte(s) in 88 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased tracking interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,98
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3883760==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 116160 byte(s) in 4840 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x33327be in MSMeanData::MeanDataValueTracker::reset(bool) /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:319:33
>     #2 0x333ef75 in MSMeanData::resetOnly(long long) /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:520:19
>     #3 0x3349cf3 in MSMeanData::writeXMLOutput(OutputDevice&, long long, long long) /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:684:9
>     #4 0x31f9c5e in MSDetectorControl::writeOutput(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/output/MSDetectorControl.cpp:138:22
>     #5 0x1b1aaec in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1038:24
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7ff36c0774f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 1056 byte(s) in 44 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased tracking interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,69
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3883819==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 1056 byte(s) in 44 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x33316e7 in MSMeanData::MeanDataValueTracker::MeanDataValueTracker(MSLane*, double, MSMeanData const*) /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:292:29
>     #2 0x333c2ba in MSMeanData::init() /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:476:45
>     #3 0x31fd38a in MSDetectorControl::add(MSMeanData*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long long, long long) /home/delphi/clangDebug/sumo/src/microsim/output/MSDetectorControl.cpp:88:13
>     #4 0x271e27f in NLDetectorBuilder::createEdgeLaneMeanData(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long long, long long, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, bool, bool, bool, int, double, double, double, 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::vector<MSEdge*, std::allocator<MSEdge*> >, bool, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) /home/delphi/clangDebug/sumo/src/netload/NLDetectorBuilder.cpp:545:52
>     #5 0x27fd026 in NLHandler::addEdgeLaneMeanData(SUMOSAXAttributes const&, int) /home/delphi/clangDebug/sumo/src/netload/NLHandler.cpp:1359:27
>     #6 0x27a7a30 in NLHandler::myStartElement(int, SUMOSAXAttributes const&) /home/delphi/clangDebug/sumo/src/netload/NLHandler.cpp:213:17
>     #7 0x3f94ab3 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
>     #8 0x7f2be5e3e5ae 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135ae)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2be535c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased two_same_vehicles interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3881628==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc40f7d12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc3f8f330cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc40b712082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased two_same_vehicles interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3881770==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9fe21362f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9fcb8aa0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9fde077082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased two_same_vehicles interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3881549==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f79d69d12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f79c01330cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f79d2912082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased two_same_vehicles interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3881688==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8f8051d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8f69c7f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8f7c45e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased two_same_vehicles interval60s_aggregate ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3882241==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 832 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x3389d72 in MSMeanData_Net::createValues(MSLane*, double, bool) const /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData_Net.cpp:366:12
>     #2 0x3340124 in MSMeanData::writeAggregated(OutputDevice&, long long, long long) /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:548:31
>     #3 0x334a74d in MSMeanData::writeXMLOutput(OutputDevice&, long long, long long) /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:697:13
>     #4 0x31f9c5e in MSDetectorControl::writeOutput(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/output/MSDetectorControl.cpp:138:22
>     #5 0x1b1aaec in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1038:24
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f2df79b44f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased two_same_vehicles interval60s_edges ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3881768==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa668bc12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa6523360cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa664b02082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased two_same_vehicles interval60s_edgesFile ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3881951==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8df4c382f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8dde3990cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8df0b79082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased two_vehicles_diff_length interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3882555==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc2d750e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc2c0c700cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc2d344f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased two_vehicles_diff_length interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3882615==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5d077e22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5cf0f570cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5d03723082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased two_vehicles_diff_length interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3882528==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f366dd662f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f36574db0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3669ca7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased two_vehicles_diff_length interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3882556==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5e5c6902f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5e45e050cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5e585d1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased two_vehicles_diff_speed interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3882305==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1a5d5bc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1a46d1e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1a594fd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased two_vehicles_diff_speed interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3882523==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f02592462f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f02429ba0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0255187082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased two_vehicles_diff_speed interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3882272==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9fba8352f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9fa3f960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9fb6776082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased two_vehicles_diff_speed interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3882405==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3311a642f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f32fb1d90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f330d9a5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_edgebased vtypes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3884325==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f30276b82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3010e2d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f30235f9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased begin_end b15e30_b45e60_separate ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3886810==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f722aaf52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f72142560cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7226a36082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased begin_end beg0_end15 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3886565==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f09449662f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f092e0d90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f09408a7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased begin_end beg0_end30_nointerval ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3886923==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4ec9adb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4eb323d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4ec5a1c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased begin_end beg15_end30 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3886643==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f12279f32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f12111550cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1223934082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased begin_end beg15_end30_nointerval ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3886858==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f68dce882f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f68c65e60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f68d8dc9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased begin_end plain ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3886439==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5906e272f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f58f05990cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5902d68082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased errors broken_number ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3887181==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f640daf02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6409a31082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f640daf093c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f640daefb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output meandata_lanebased errors end_before_begin ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3887210==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1f199a12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1f158e2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f1f199a193c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f1f199a0b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output meandata_lanebased errors negative_begin ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3887111==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff5e4f662f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff5e0ea7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7ff5e4f6693c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7ff5e4f65b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output meandata_lanebased internal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3887578==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f20d9af62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f20c36cb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f20d5a37082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased jam1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3887222==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd78ae6b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd7743b00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd786dac082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased jam2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3887340==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2ab4c3b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2a9e16a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2ab0b7c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased jam3 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3887321==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa6e3fdc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa6cd50f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa6dff1d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased lane_change interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3886124==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc0a76e22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc0912c50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc0a3623082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased lane_change interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,14
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Tracer caught signal 11: addr=0x0 pc=0x5b7b84 sp=0x7f91eafb1d30
> ==3886163==LeakSanitizer has encountered a fatal error.
> ==3886163==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
> ==3886163==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased lane_change interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,14
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Tracer caught signal 11: addr=0x0 pc=0x5b7b84 sp=0x7efe51c1fd30
> ==3886125==LeakSanitizer has encountered a fatal error.
> ==3886125==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
> ==3886125==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased lane_change interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3886157==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1518f6d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1502b4f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1514eae082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased lane_change_single interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3886228==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcd173de2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcd00fc10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcd1331f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased lane_change_single interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3886332==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa0390372f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa022c0a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa034f78082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased lane_change_single interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3886170==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f48d73f62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f48c0fd90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f48d3337082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased lane_change_single interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3886277==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f09f99282f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f09e34f40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f09f5869082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased maxtraveltime ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3887406==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f38663742f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f384f8ba0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f38622b5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased no_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3884423==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7b5cb5a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f7b5d63c5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased no_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3884477==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1dae1e42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f1daecc65fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased one_vehicle interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3884554==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdbe7f472f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdbd16bc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdbe3e88082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased one_vehicle interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3884690==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbfc1eac2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbfab61f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbfbdded082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased one_vehicle interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3884515==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd7306fc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd719e5e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd72c63d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased one_vehicle interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3884604==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1392e9d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f137c5fc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f138edde082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased one_vehicle writeAttributes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3884772==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5b9112b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5b7a88b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5b8d06c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased one_vehicle_subsecond interval.1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3885261==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd26c9d72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd2561390cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd268918082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased one_vehicle_subsecond interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3885113==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdca85132f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdc91c740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdca4454082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased one_vehicle_subsecond interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3885225==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f952e3f32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9517b550cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f952a334082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased one_vehicle_subsecond interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3884949==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd53cb342f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd5262960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd538a75082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased one_vehicle_subsecond interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3885175==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f92d34482f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f92bcbbc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f92cf389082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased print_defaults ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3884453==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f35294eb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f3529fcd5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased tracking interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3887030==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 6336 byte(s) in 264 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x33327be in MSMeanData::MeanDataValueTracker::reset(bool) /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:319:33
>     #2 0x333ef75 in MSMeanData::resetOnly(long long) /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:520:19
>     #3 0x3349cf3 in MSMeanData::writeXMLOutput(OutputDevice&, long long, long long) /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:684:9
>     #4 0x31f9c5e in MSDetectorControl::writeOutput(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/output/MSDetectorControl.cpp:138:22
>     #5 0x1b1aaec in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1038:24
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fa9be0944f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 1056 byte(s) in 44 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased tracking interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3887076==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 6336 byte(s) in 264 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x33327be in MSMeanData::MeanDataValueTracker::reset(bool) /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:319:33
>     #2 0x333ef75 in MSMeanData::resetOnly(long long) /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:520:19
>     #3 0x3349cf3 in MSMeanData::writeXMLOutput(OutputDevice&, long long, long long) /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:684:9
>     #4 0x31f9c5e in MSDetectorControl::writeOutput(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/output/MSDetectorControl.cpp:138:22
>     #5 0x1b1aaec in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1038:24
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fd3f3b9c4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 2112 byte(s) in 88 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased tracking interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3887005==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 116160 byte(s) in 4840 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x33327be in MSMeanData::MeanDataValueTracker::reset(bool) /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:319:33
>     #2 0x333ef75 in MSMeanData::resetOnly(long long) /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:520:19
>     #3 0x3349cf3 in MSMeanData::writeXMLOutput(OutputDevice&, long long, long long) /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:684:9
>     #4 0x31f9c5e in MSDetectorControl::writeOutput(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/output/MSDetectorControl.cpp:138:22
>     #5 0x1b1aaec in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1038:24
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7f39e58254f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 1056 byte(s) in 44 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased tracking interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,85
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3887059==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 1056 byte(s) in 44 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x33316e7 in MSMeanData::MeanDataValueTracker::MeanDataValueTracker(MSLane*, double, MSMeanData const*) /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:292:29
>     #2 0x333ce21 in MSMeanData::init() /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:483:53
>     #3 0x31fd38a in MSDetectorControl::add(MSMeanData*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long long, long long) /home/delphi/clangDebug/sumo/src/microsim/output/MSDetectorControl.cpp:88:13
>     #4 0x271e27f in NLDetectorBuilder::createEdgeLaneMeanData(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long long, long long, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, bool, bool, bool, int, double, double, double, 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::vector<MSEdge*, std::allocator<MSEdge*> >, bool, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) /home/delphi/clangDebug/sumo/src/netload/NLDetectorBuilder.cpp:545:52
>     #5 0x27fd026 in NLHandler::addEdgeLaneMeanData(SUMOSAXAttributes const&, int) /home/delphi/clangDebug/sumo/src/netload/NLHandler.cpp:1359:27
>     #6 0x27a7bb7 in NLHandler::myStartElement(int, SUMOSAXAttributes const&) /home/delphi/clangDebug/sumo/src/netload/NLHandler.cpp:216:17
>     #7 0x3f94ab3 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
>     #8 0x7f2296b135ae 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135ae)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f22960312f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased two_same_vehicles interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3885312==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1bcf6a02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1bb8e010cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1bcb5e1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased two_same_vehicles interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3885355==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fec037092f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7febece690cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7febff64a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased two_same_vehicles interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3885287==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff187d482f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff1714bc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff183c89082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased two_same_vehicles interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3885331==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efd733f72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efd5cb6c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efd6f338082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased two_vehicles_diff_length interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3885943==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbfbf52a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbfa8c8b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbfbb46b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased two_vehicles_diff_length interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3886034==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffb085842f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffaf1cf90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffb044c5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased two_vehicles_diff_length interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3885883==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5597d332f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f55814910cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5593c74082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased two_vehicles_diff_length interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3885999==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f04685da2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0451d3c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f046451b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased two_vehicles_diff_speed interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3885554==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3edc8882f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3ec5fe60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3ed87c9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased two_vehicles_diff_speed interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3885810==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9ee459c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9ecdcfc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9ee04dd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased two_vehicles_diff_speed interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3885491==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f014147f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f012abde0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f013d3c0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased two_vehicles_diff_speed interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3885678==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f44e0d4e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f44ca4af0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f44dcc8f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meandata_lanebased vtypes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3887447==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0b45be42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0b2f3590cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0b41b25082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased _deprecated_ hbefa_typed ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,85
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3889486==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe82d4a82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe816c1c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe8293e9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased begin_end b15e30_b45e60_separate ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3888947==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbca718f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbc908f10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbca30d0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased begin_end beg0_end15 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3888824==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f31c04242f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f31a9b860cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f31bc365082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased begin_end beg0_end30_nointerval ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3889229==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa1411a42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa12a9040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa13d0e5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased begin_end beg15_end30 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3888889==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9cc08b72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9caa0190cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9cbc7f8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased begin_end beg15_end30_nointerval ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3889034==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff1b93282f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff1a2a990cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff1b5269082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased begin_end plain ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3888764==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc9d16552f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc9badb60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc9cd596082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased emissionClasses ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,431
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3889853==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9dbdf852f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9da76e60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9db9ec6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased errors broken_number ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3889287==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0bb22422f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0bae183082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f0bb224293c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f0bb2241b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased errors end_before_begin ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3889325==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0f1518e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0f110cf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f0f1518e93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f0f1518db64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased errors negative_begin ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3889250==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6bef0802f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6beafc1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f6bef08093c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f6bef07fb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased hundred_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3887786==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4d41d732f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4d2bb840cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4d3dcb4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased internal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3889472==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0f683562f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0f51f290cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0f64297082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased jam1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3889404==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1fc80372f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1fb156a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1fc3f78082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased jam2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3889410==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb2d0ee72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb2ba41a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb2cce28082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased maxtraveltime ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3889431==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f564f3fd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f56389420cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f564b33e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased models HBEFA2-P_7_7 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3889524==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f11831ad2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f116cfa90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f117f0ee082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased models HBEFA3-PC_G_EU4 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3889582==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff6bc3ef2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff6a61ee0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff6b8330082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased models PHEMlight-PKW_G_EU4 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,395
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3889636==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f62c639d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f62b01890cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f62c22de082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased models electric ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,107
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3890032==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6feecd72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6fd8ad60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6feac18082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased models electric_subsecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,107
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3889991==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6f9d74d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6f8754c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6f9968e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased no_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3887718==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1c6fbeb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f1c706cd5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased no_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3887778==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f21d93d42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f21d9eb65fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased one_vehicle interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3887847==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff5f46662f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff5dddc60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff5f05a7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased one_vehicle interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3888031==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f77bc30b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f77a5a6c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f77b824c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased one_vehicle interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3887841==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f02b3cf72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f029d4590cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f02afc38082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased one_vehicle interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3887960==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fea6c6422f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fea55da10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fea68583082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased one_vehicle writeAttributes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3888091==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fda809a32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fda6a1040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fda7c8e4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased one_vehicle_subsecond interval.1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3888508==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f920c12b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f91f588b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f920806c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased one_vehicle_subsecond interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3888256==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fac59b3e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fac4329f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fac55a7f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased one_vehicle_subsecond interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3888433==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3eb60c52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3e9f83a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3eb2006082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased one_vehicle_subsecond interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3888115==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f62cee222f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f62b85820cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f62cad63082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased one_vehicle_subsecond interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3888409==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc110a712f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc0fa1d30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc10c9b2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased print_defaults ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3887738==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7febac9662f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7febad4485fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased two_same_vehicles interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3888625==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4efd4572f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4ee6bb60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4ef9398082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased two_same_vehicles interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3888708==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4f809be2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4f6a1200cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4f7c8ff082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased two_same_vehicles interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3888570==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f216407a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f214d7ef0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f215ffbb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased two_same_vehicles interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3888641==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f95b40a32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f959d8170cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f95affe4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased two_same_vehicles interval60s_aggregate ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,118
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3888677==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 752 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x3374cf2 in MSMeanData_Emissions::createValues(MSLane*, double, bool) const /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData_Emissions.cpp:183:12
>     #2 0x3340124 in MSMeanData::writeAggregated(OutputDevice&, long long, long long) /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:548:31
>     #3 0x334a74d in MSMeanData::writeXMLOutput(OutputDevice&, long long, long long) /home/delphi/clangDebug/sumo/src/microsim/output/MSMeanData.cpp:697:13
>     #4 0x31f9c5e in MSDetectorControl::writeOutput(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/output/MSDetectorControl.cpp:138:22
>     #5 0x1b1aaec in MSNet::writeOutput() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:1038:24
>     #6 0x1af40fc in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:721:5
>     #7 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #8 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #9 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #10 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #11 0x7fb8f62f84f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased vtypes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3889452==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3df40102f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3ddd7830cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3deff51082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_edgebased vtypes_begin_end ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3889470==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f98e6af52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f98d02560cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f98e2a36082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased _deprecated_ hbefa_typed ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,85
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3891961==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc282e752f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc26c5d60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc27edb6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased begin_end b15e30_b45e60_separate ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3891487==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7384f682f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f736e6d90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7380ea9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased begin_end beg0_end15 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3891408==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4c2e54d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4c17caf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4c2a48e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased begin_end beg0_end30_nointerval ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3891504==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f83d81ab2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f83c191f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f83d40ec082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased begin_end beg15_end30 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3891470==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4aadf782f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4a976e90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4aa9eb9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased begin_end beg15_end30_nointerval ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3891488==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f96aed092f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f96984690cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f96aac4a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased begin_end plain ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3891304==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f652b4472f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6514ba90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6527388082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased errors broken_number ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3891613==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1551b672f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f154daa8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f1551b6793c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f1551b66b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased errors end_before_begin ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3891619==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3257afe2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3253a3f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f3257afe93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f3257afdb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased errors negative_begin ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3891601==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdfd68ed2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdfd282e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fdfd68ed93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fdfd68ecb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased internal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3891870==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbe922312f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbe7be020cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbe8e172082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased jam1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3891660==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd9674472f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd95097a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd963388082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased jam2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3891668==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9fb20332f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9f9b5620cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9fadf74082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased maxtraveltime ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3891696==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0df47072f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0dddc3a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0df0648082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased no_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3889865==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f10efed02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f10f09b25fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased no_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3890046==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbf7637e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7fbf76e605fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased one_vehicle interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3890526==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2bf75c52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2be0d3a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2bf3506082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased one_vehicle interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3890559==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3ae7b2b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3ad128b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3ae3a6c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased one_vehicle interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3890128==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcd982f22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcd81a670cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcd94233082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased one_vehicle interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3890548==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcce6fac2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fccd070c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcce2eed082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased one_vehicle writeAttributes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3890573==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3cd09442f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3cba0ba0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3ccc885082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased one_vehicle_subsecond interval.1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3890803==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fac296c72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fac12e3c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fac25608082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased one_vehicle_subsecond interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3890611==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f901d8ca2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f900702c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f901980b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased one_vehicle_subsecond interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3890734==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6afc5192f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6ae5c7a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6af845a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased one_vehicle_subsecond interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3890616==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f223447c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f221dbde0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f22303bd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased one_vehicle_subsecond interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3890634==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f11be6eb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f11a7e4d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f11ba62c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased print_defaults ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3889904==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f18eb9f32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f18ec4d55fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased two_same_vehicles interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3890800==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f635f48e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6348bec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f635b3cf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased two_same_vehicles interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3890859==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f700e3b82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6ff7b1a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f700a2f9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased two_same_vehicles interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3890791==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1bf16662f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1bdadc60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1bed5a7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased two_same_vehicles interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3890851==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7feb93a272f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7feb7d1860cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7feb8f968082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meanhbefa_lanebased vtypes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3891819==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f940ad762f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f93f44d60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9406cb7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased begin_end b15e30_b45e60_separate ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3893161==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbe624442f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbe4bba60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbe5e385082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased begin_end beg0_end15 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3893034==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f51abc642f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f51953c60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f51a7ba5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased begin_end beg0_end30_nointerval ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3893385==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7feb5fa082f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7feb491690cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7feb5b949082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased begin_end beg15_end30 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3893058==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f41feb4f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f41e82b10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f41faa90082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased begin_end beg15_end30_nointerval ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3893172==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fba079142f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb9f10870cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fba03855082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased begin_end plain ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3892979==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f884a0a42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f88338040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8845fe5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased errors broken_number ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3893552==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f39c59e72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f39c1928082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f39c59e793c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f39c59e6b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased errors end_before_begin ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3893571==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f47335d12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f472f512082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f47335d193c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f47335d0b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased errors negative_begin ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3893408==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f347ad892f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3476cca082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f347ad8993c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f347ad88b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased jam1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3893616==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffa020002f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff9eb52f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff9fdf41082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased jam2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3893693==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0a747212f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0a5dc530cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0a70662082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased no_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3892090==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff7cb0542f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7ff7cbb365fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased no_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3892128==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f85ab3832f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f85abe655fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased one_vehicle interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3892182==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd00c7092f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcff5e7d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd00864a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased one_vehicle interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3892351==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fee929492f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fee7c0a90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fee8e88a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased one_vehicle interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3892180==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe4b34062f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe49cb770cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe4af347082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased one_vehicle interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3892348==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f16899432f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f16730a10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1685884082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f168994393c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f1689942b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased one_vehicle writeAttributes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3892456==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f93161452f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f92ff8ba0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9312086082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased one_vehicle_subsecond interval.1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3892797==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efdce9fb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efdb815d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efdca93c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased one_vehicle_subsecond interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3892544==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa87c3ad2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa865b0c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa8782ee082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased one_vehicle_subsecond interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3892655==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9f54d932f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9f3e4f40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9f50cd4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased one_vehicle_subsecond interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3892513==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f02ec53f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f02d5ca10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f02e8480082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased one_vehicle_subsecond interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3892593==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbd0e6092f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbcf7d690cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbd0a54a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased print_defaults ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3892112==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4a4c17d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f4a4cc5f5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased two_same_vehicles interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3892822==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb1709da2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb15a13c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb16c91b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased two_same_vehicles interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3892952==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f32c2bc52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f32ac3270cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f32beb06082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased two_same_vehicles interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3892789==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe8244e32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe80dc450cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe820424082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_edgebased two_same_vehicles interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3892860==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbce61b52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbccf9170cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbce20f6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased begin_end b15e30_b45e60_separate ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3894455==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7faaa86c22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7faa91e370cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7faaa4603082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased begin_end beg0_end15 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3894441==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9bc81202f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9bb18820cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9bc4061082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased begin_end beg0_end30_nointerval ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3894614==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6a4bb0a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6a3526c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6a47a4b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased begin_end beg15_end30 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3894454==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f23107dd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f22f9f520cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f230c71e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased begin_end beg15_end30_nointerval ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3894537==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efe8ca582f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efe761b60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efe88999082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased begin_end plain ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3894284==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f92f4f562f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f92de6b60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f92f0e97082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased errors broken_number ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3894646==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6620a902f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f661c9d1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f6620a9093c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f6620a8fb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased errors end_before_begin ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3894667==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4b5643a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4b5237b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f4b5643a93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f4b56439b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased errors negative_begin ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3894625==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff711dae2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff70dcef082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7ff711dae93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7ff711dadb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased jam1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3894761==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f22b1f352f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f229b4670cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f22ade76082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased jam2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3894764==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f657ff252f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f656946a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f657be66082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased no_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3893700==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7024fbd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f7025a9f5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased no_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3893746==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc9853562f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7fc985e385fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased one_vehicle interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3893779==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3e8c3792f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3e75aef0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3e882ba082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased one_vehicle interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3893807==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4ba3e872f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4b8d5e60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4b9fdc8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased one_vehicle interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3893775==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffb2d2f82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffb16a5a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffb29239082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased one_vehicle interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3893798==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc2301392f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc2198990cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc22c07a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased one_vehicle writeAttributes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3893851==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbf5c5c12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbf45d360cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbf58502082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased one_vehicle_subsecond interval.1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3894099==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0274ec62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f025e63b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0270e07082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased one_vehicle_subsecond interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3893960==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f94d5d5d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f94bf4be0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f94d1c9e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased one_vehicle_subsecond interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3894045==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f990bcde2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f98f54400cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9907c1f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased one_vehicle_subsecond interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3893921==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5675df72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f565f56c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5671d38082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased one_vehicle_subsecond interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3893980==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe080bb92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe06a31b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe07cafa082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased print_defaults ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3893717==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8626f522f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f8627a345fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased two_same_vehicles interval15s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3894172==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f94a6c9d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f949040f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f94a2bde082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased two_same_vehicles interval15s60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3894274==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efd899c92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efd7312b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efd8590a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased two_same_vehicles interval1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3894166==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa80525b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa7ee9cf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa80119c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output meannoise_lanebased two_same_vehicles interval60s ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3894236==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f39d8b102f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f39c22700cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f39d4a51082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output personSummary no_persons ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3873359==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f28701c12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f285a43e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f286c102082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f28701c193c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f28701c0b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output personSummary pedestrians ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3873384==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f058ff792f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f057a20a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f058beba082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output personSummary riding ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,126
> 
> =================================================================
> ==3873548==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa495f262f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa4801b40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa491e67082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output personSummary stopping ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3873492==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fec897e82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fec73a780cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fec85729082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output queue-output errors file_false ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3898279==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fefaebae2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fefaaaef082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fefaebae93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fefaebadb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output queue-output no_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3898186==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5d9137d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f5d91e5f5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output queue-output period ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3898224==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f88f04a42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f88da2910cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f88ec3e5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output queue-output small_jam ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3898216==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f553d5ea2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f55273ee0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f553952b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output rawdump errors file_false ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3878855==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f996a5f82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9966539082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f996a5f893c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f996a5f7b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output rawdump no_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3878152==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f81092a12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f8109d835fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output rawdump one_vehicle ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3878290==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6f75b422f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6f5f6ff0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6f71a83082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output rawdump one_vehicle_subsecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3878316==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb4cea2d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb4b85ec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb4ca96e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output rawdump precision ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3878739==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f80874322f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f80710020cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8083373082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output rawdump two_vehicles_diff_speed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3878651==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdd477562f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdd313290cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdd43697082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output rawdump two_vehicles_diff_speed__empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3878726==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efd423a62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efd2bf770cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efd3e2e7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output route_probe devnull_output ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3880390==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8a12bd72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f89fc7970cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8a0eb18082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output route_probe null_output ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3880241==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe82ea4e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe81860d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe82a98f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output route_probe odd_interval ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3880398==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdf8353e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdf6d0fd0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdf7f47f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output route_probe two_same ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3880090==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0f7e9962f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0f685670cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0f7a8d7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output route_probe two_same_b5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3880230==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdb0ea502f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdaf860f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdb0a991082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output route_probe two_same_begin ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3880234==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7faa464002f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7faa2ffd10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7faa42341082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output route_probe vTypes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3880413==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f176c0af2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1755c850cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1767ff0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output statistic basic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3898673==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 4864 byte(s) in 32 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f52f27fe4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output statistic bikes_with_undeparted ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3899317==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 4256 byte(s) in 28 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7eff956494f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output statistic persons ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3899330==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f44a6c112f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4490a350cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f44a2b52082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output statistic with_durationLogStats ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3899260==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 4864 byte(s) in 32 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f95d83f14f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output statistic with_tripinfoOutput ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3898798==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 4864 byte(s) in 32 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f8b571374f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output statistic with_undeparted ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3899093==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 4864 byte(s) in 32 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f948eeda4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output statistic with_unfinished ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,109
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3898893==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 4864 byte(s) in 32 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f428515e4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output stop-output early_end ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3878075==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f392d6fb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f39179480cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f392963c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output stop-output early_end_write ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3878077==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f51b2d3d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f519cf9f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f51aec7e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output stop-output use_ended ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3878103==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f226e2a72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f225850a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f226a1e8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output summary errors file_false ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3873297==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f150f3f22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f150b333082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f150f3f293c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f150f3f1b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output summary flow_backlogged ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3873249==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0efc5bf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0ee61a20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0ef8500082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output summary no_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3872855==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd6e6ad92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7fd6e75bb5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output summary one_vehicle ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3872871==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4e95f7c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4e7fb3c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4e91ebd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output summary one_vehicle_subsecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3872914==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f305c2622f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3045e350cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f30581a3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output summary two_same_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3872919==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f416a9ec2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f41545ac0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f416692d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output summary two_vehicles_diff_length ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3873175==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f42b80bf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f42a1c940cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f42b4000082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output summary two_vehicles_diff_speed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3873071==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f91176b02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f910126f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f91135f1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output tls cross3ltl_savetlsprogram ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3872786==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2acd8c72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f2ace3a95fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output tls cross3ltl_savetlsstate ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3872714==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fefc19222f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7fefc24045fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output tls cross3ltl_savetlsswitches ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3872753==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f67f72112f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f67f7cf35fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output tls cross3ltl_savetlsswitchstates ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3872749==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fad3eddb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7fad3f8bd5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output tripinfo depart_triggered ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3874381==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd5d6b0f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd5c0d6e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd5d2a50082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output tripinfo depart_triggered_delayed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3874414==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fef00ceb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7feeeaf380cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7feefcc2c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output tripinfo enable_by_type ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3874475==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4934f302f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f491eaef0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4930e71082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output tripinfo errors file_false ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3874715==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff2b41ef2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff2b0130082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7ff2b41ef93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7ff2b41eeb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output tripinfo human_readable_times ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3873907==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd6993be2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd682f910cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd6952ff082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output tripinfo internal_lanes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3874347==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0160d952f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f014adc50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f015ccd6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output tripinfo no_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3873550==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd7fad4b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7fd7fb82d5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output tripinfo one_vehicle ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3873740==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8e6498c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8e4e55f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8e608cd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output tripinfo one_vehicle_subsecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3873755==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa90739e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa8f0f6d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa9032df082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output tripinfo probability_by_type ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3874566==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff33a5142f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff3240f50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff336455082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output tripinfo teleport ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,48
> 
> =================================================================
> ==3874082==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0b3e0aa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0b27c6a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0b39feb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output tripinfo teleport_multihop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,126
> 
> =================================================================
> ==3874157==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fab6c0d42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fab55ca70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fab68015082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output tripinfo two_same_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3873788==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5949a792f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f593364d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f59459ba082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output tripinfo two_vehicles_diff_length ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3873937==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6f4003e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6f29c120cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6f3bf7f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output tripinfo two_vehicles_diff_speed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3873910==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0d210802f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0d0ac3c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0d1cfc1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output tripinfo write_undeparted ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3874251==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f54856162f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f546f1d20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5481557082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output tripinfo write_unfinished ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3874247==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5f010d22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5eeaca70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5efd013082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output tripinfo write_unfinished_person ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3874304==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2a433a92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2a2cf880cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2a3f2ea082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes auto_trip ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3877984==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2fbd3332f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2fa73600cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2fb9274082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes circle_reroute ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3876605==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa14424c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa12e0610cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa14018d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes circle_reroute_intended_depart ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3876611==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f92248052f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f920e6010cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9220746082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes circle_reroute_intended_depart_sorted ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3876945==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 8968 byte(s) in 59 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f17918034f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes disable_some ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3875968==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5155d3a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f513f8f70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5151c7b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes disable_some_by_option ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3876110==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8cec7842f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8cd63440cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8ce86c5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes dua ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3877564==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f785b49c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f784506d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f78573dd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes dua_trip ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3877712==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa70c1582f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa6f5d140cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa708099082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes errors file_false ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3877987==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efdcf2e22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efdcb223082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7efdcf2e293c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7efdcf2e1b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output vehroutes exit_times ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3876150==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efd085872f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efcf21440cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efd044c8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes exit_times_internal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3876273==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f75b4c142f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f759ee740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f75b0b55082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes exit_times_short ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3876161==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5464e152f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f544f0820cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5460d56082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes exit_times_teleport ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,137
> 
> =================================================================
> ==3876207==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3bbbc942f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3ba5ef40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3bb7bd5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes no_pt_lines_sorted ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,137
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3877821==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f615c7882f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f61465b60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f61586c9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes no_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,58
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3875436==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f83650852f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f8365b675fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes one_vehicle ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3875608==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9f4bce42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9f358b90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9f47c25082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes one_vehicle_no_speedfactor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3875778==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f758f7192f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f75792d80cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f758b65a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes one_vehicle_random ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3876756==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc3cbd202f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc3b58e00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc3c7c61082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes one_vehicle_speedfactor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3875864==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7facf83d52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7face1fa80cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7facf4316082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes one_vehicle_subsecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3875873==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa4e8caf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa4d28830cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa4e4bf0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes params ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3877048==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc9139a32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc8fd9d30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc90f8e4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes route_dist ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3877280==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f536162f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f534b1ef0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f535d570082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes route_length ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3877024==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6ec36902f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6ead24f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6ebf5d1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes sorted ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3876984==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa1e5d8f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa1cf94f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa1e1cd0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes sorted_subsecondOrder ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3877003==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f22842752f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f226e2b20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f22801b6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f228427593c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f2284274b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes teleport_multihop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,126
> 
> =================================================================
> ==3876366==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f21ce8b72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f21b84770cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f21ca7f8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes teleport_multihop2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
7a8,17
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
67a78,171
> 
> =================================================================
> ==3876377==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f972424a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f970de1a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f972018b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes transportable container_exit_times ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3875147==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0f9abb12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0f849ae0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0f96af2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes transportable person_exit_times ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3875073==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdfe788d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdfd16bc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdfe37ce082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes transportable person_ride_parkingArea ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3875124==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe4cfa4e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe4b987f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe4cb98f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes transportable person_route_length ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3874986==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f828b0a72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8274eda0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8286fe8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes transportable person_route_length_unfinished ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3875017==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0466d892f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0450bbc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0462cca082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes transportable person_stoppingPlaces ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
7a18,53
> 
> =================================================================
> ==3875131==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f778ab772f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f77749a60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7786ab8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes transportable person_write_unfinished ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3875038==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f30d7bf62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f30c1a280cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f30d3b37082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes transportable personroutes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,100
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3875414==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f70856cf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f706f0750cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7081610082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes transportable personroutes_sorted ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,100
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3875431==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd39cd312f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd3866d30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd398c72082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes transportable walk_departPos_random ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3875279==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9c5edd92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9c490690cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9c5ad1a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes transportable with_person ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,100
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3874760==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb5d9f792f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb5c39200cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb5d5eba082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes transportable with_person_sorted ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,100
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3874961==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff68d7022f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff6770930cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff689643082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes transportable write_unfinished_person ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3874973==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff03d2782f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff026e470cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff0391b9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes trip_with_taz ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3877823==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fde2175f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fde0b32f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fde1d6a0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes two_same_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3875883==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff6bd7e62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff6a73b90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff6b9727082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes two_vehicles_diff_length ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3875956==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8a1fc672f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8a098390cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8a1bba8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes two_vehicles_diff_speed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3875948==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2e62b982f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2e4c76d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2e5ead9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes with_stops ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3877168==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff54506d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff52ec2c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff540fae082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes with_stops_priorEdges ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3877180==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1ba1e232f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1b8b9e30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1b9dd64082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes write_unfinished ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3877103==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f15925d82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f157c1980cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f158e519082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes write_unfinished_exit_times ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3877118==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f475ef2d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4748aec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f475ae6e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vehroutes write_unfinished_routeLength ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3877199==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f89ba1402f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f89a3d120cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f89b6081082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vtk-output errors file_false ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,42
> 
> =================================================================
> ==3898110==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3ae9b9c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7f3aea67e5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3ad3e0a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : output vtypeprobe elevation ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3879486==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f25098432f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f24f34220cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2505784082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vtypeprobe errors file_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==3880028==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f123a00e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1235f4f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f123a00e93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f123a00db64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output vtypeprobe errors file_false ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==3880085==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f62399892f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f62358ca082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f623998993c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f6239988b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output vtypeprobe errors file_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==3880025==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5973d2f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f596fc70082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f5973d2f93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f5973d2eb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output vtypeprobe errors freq0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==3879993==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd26b80a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd26774b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fd26b80a93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fd26b809b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output vtypeprobe errors freq_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==3879943==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff5f74a52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff5f33e6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7ff5f74a593c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7ff5f74a4b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output vtypeprobe errors freq_false ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==3879998==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f67ddca12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f67d9be2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f67ddca193c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f67ddca0b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output vtypeprobe errors freq_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3879919==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f97856c42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f976ee250cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9781605082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vtypeprobe errors freq_negative ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==3879972==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4129db02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4125cf1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f4129db093c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f4129dafb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output vtypeprobe errors id_empty ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==3879886==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe6420742f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe63dfb5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fe64207493c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fe642073b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output vtypeprobe errors id_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==3879666==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd6580a32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd653fe4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fd6580a393c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fd6580a2b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : output vtypeprobe no_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,59
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3878981==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb93d9c52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #9 0x7fb93e4a75fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vtypeprobe one_vehicle ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3879021==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f41ef5662f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f41d8cd90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f41eb4a7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vtypeprobe one_vehicle_.1s ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3879537==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4b2819a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4b1190e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4b240db082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vtypeprobe one_vehicle_subsecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3879099==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa5a91ae2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa59290c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa5a50ef082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vtypeprobe two_same_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3879116==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f18e59912f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f18cf1050cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f18e18d2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vtypeprobe two_vehicles_diff_length_both ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3879347==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb729ea42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb7136040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb725de5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vtypeprobe two_vehicles_diff_length_t1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3879227==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f89b87772f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f89a1eeb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f89b46b8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vtypeprobe two_vehicles_diff_length_t2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3879193==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6c439de2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6c2d13f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6c3f91f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vtypeprobe two_vehicles_diff_speed_both ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3879179==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f90354c42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f901ec250cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9031405082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vtypeprobe two_vehicles_diff_speed_t1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3879120==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f50105132f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4ff9c890cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f500c454082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : output vtypeprobe two_vehicles_diff_speed_t2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3879177==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdd713522f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdd5aac40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdd6d293082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting 3_arm_pathing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4105824==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f23eecfe2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f23d8f7c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f23eac3f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting beaming ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4105926==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5a825fe2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5a6c89c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5a7e53f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting block_vehicles walking_backward ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4104309==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1d16e332f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1d00c230cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1d12d74082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting block_vehicles walking_backward_left_turning_vehicle ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4104454==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f753b16e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7524f700cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f75370af082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting block_vehicles walking_forward ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4104302==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3af6db32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3ae0ba10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3af2cf4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting block_vehicles walking_forward_left_turning_vehicle ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4104437==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe3501dc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe339fde0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe34c11d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting block_vehicles walking_forward_left_turning_vehicle2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4104443==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdab0d642f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fda9ab530cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdaacca5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting disconnected_route ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4105899==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa5e1e932f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa5cc1320cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa5dddd4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting errors disconnected_route ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4105777==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f02c697c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f02b0c0c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f02c28bd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting errors disconnected_route_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4105805==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f72e77e92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f72d1a790cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f72e372a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting errors disconnected_trip ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
3a5,49
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4105580==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7feb0df412f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7feaf81bc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7feb09e82082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting errors disconnected_trip_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,47
> 
> =================================================================
> ==4105640==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f31b321d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f319d4ae0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f31af15e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting errors route_invalid_permissions ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4105823==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f09063052f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f08f058f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0902246082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting no_sidewalks ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4105828==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f328ce372f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f32770b40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3288d78082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting pedestrian_interactions bidirectional_flow_2stripes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4105346==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f405765d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f404169d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f405359e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting pedestrian_interactions bidirectional_flow_3stripes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4105422==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd0043232f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcfee3640cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd000264082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting pedestrian_interactions bidirectional_flow_4stripes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4105455==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc951e222f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc93be610cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc94dd63082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting pedestrian_interactions bidirectional_flow_5stripes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4105474==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1ab8fff2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1aa302a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1ab4f40082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting pedestrian_interactions jam_trafficlight ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4105318==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f99deb652f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f99c89630cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f99daaa6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting speedDev ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4105970==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7eaf3c52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7e993f30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7eab306082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting subsecond bidirectional_flow_2_stripes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4105484==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd4f87ec2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd4e282d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd4f472d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting subsecond block_vehicles_walking_forward ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4105471==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f698c7a32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f69765910cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f69886e4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting use_crossing cross_twice left_rr ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4105096==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f16fe1472f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f16e7d170cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f16fa088082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting use_crossing cross_twice right_ll ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4105050==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5c512512f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5c3ae1f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5c4d192082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting use_crossing cross_twice straight_lr ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4105027==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbf760782f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbf5fc440cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbf71fb9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting use_crossing cross_twice straight_rl ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4104920==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb26e3602f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb257f3f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb26a2a1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting use_crossing cross_twice_diagonal left_rr ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4105205==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efd12e352f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efcfca040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efd0ed76082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting use_crossing cross_twice_diagonal right_ll ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4105204==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc0636872f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc04d2670cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc05f5c8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting use_crossing cross_twice_diagonal straight_lr ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4105179==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb696c5b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb68083d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb692b9c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting use_crossing cross_twice_diagonal straight_rl ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4105172==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff8199c82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff8035ab0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff815909082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting use_crossing left_ll ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4104734==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f293fd3a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f29299070cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f293bc7b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting use_crossing left_lr ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4104872==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3ee1b152f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3ecb6f50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3edda56082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting use_crossing left_rl ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4104772==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f61467b22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f61303820cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f61426f3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting use_crossing right_lr ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4104696==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7abd05f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7aa6c3f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7ab8fa0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting use_crossing right_rl ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4104668==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7e9f4322f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7e890120cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7e9b373082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting use_crossing right_rr ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4104627==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa35e6622f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa3482320cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa35a5a3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting use_crossing straight_ll ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4104556==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f74029222f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f73ec5030cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f73fe863082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting use_crossing straight_rr ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4104498==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc84b8862f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc8354540cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc8477c7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting use_crossing turn_ll ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4104897==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fec59f842f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fec43b670cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fec55ec5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model nonInteracting use_crossing turn_rr ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4104859==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdc025fc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdbec1cc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdbfe53d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping 3_arm_pathing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4112423==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1a5aacf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1a44d410cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1a56a10082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping beaming ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4112565==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4a598f72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4a43b840cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4a55838082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles blockage ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,83
> 
> =================================================================
> ==4106625==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f48083362f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f47f21490cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4804277082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles blockage2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4106673==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f659d7952f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f65875910cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f65996d6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles blockage3 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,80
> 
> =================================================================
> ==4106695==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f784a3e72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f78341fb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7846328082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles ignore_stopped ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4106605==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4d732d52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4d5d0d90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4d6f216082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles jaywalking_forward ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4106321==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f999a0f92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9983ee70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f999603a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles jaywalking_forward_collision ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,83
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4106345==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd99ea412f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd9888410cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd99a982082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles jaywalking_forward_uncontrolled ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4106347==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f41dba612f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f41c58660cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f41d79a2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles largeJunction_bikelane ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,83
> 
> =================================================================
> ==4106701==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdc612742f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdc4b0860cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdc5d1b5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles walking_backward ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4106143==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7341a772f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f732b8760cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f733d9b8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles walking_backward2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,83
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4106203==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3fe41452f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3fcdf470cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3fe0086082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles walking_backward_configureGap ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4106240==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdaf5e902f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdadfc920cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdaf1dd1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles walking_backward_left_turning_vehicle ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4106262==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5fb7ccf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5fa1ad10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5fb3c10082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles walking_forward ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4106043==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff4641052f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff44df040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff460046082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles walking_forward_left_turning_vehicle ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4106244==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa5180612f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa501e640cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa513fa2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles walking_forward_left_turning_vehicle2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4106238==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3103ad42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f30ed8d60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f30ffa15082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles walking_forward_unprioritized ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4106291==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4c87e9e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4c71c9c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4c83ddf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles_sharedspace complex ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
3a14,85
> 
> =================================================================
> ==4107576==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5f7df9d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5f6820c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5f79ede082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles_sharedspace complex_sublane ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
11a22,93
> 
> =================================================================
> ==4107589==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe0384d42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe0227460cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe034415082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles_sharedspace stripe-width ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,81
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4107599==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0eff8782f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0ee9ae60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0efb7b9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles_sharedspace tls collision_bike_at_TLS ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,83
> 
> =================================================================
> ==4107619==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f60729002f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f605cb490cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f606e841082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles_sharedspace tls crossing_stays_red ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
3a14,82
> 
> =================================================================
> ==4107622==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efd6fcd42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efd59f360cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efd6bc15082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles_sharedspace walking_backward ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4107180==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f39213b32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f390b6240cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f391d2f4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles_sharedspace walking_backward_overlap ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4107192==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5ff00d42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5fda3440cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5fec015082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles_sharedspace walking_forward ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4106751==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff1356612f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff11f8d20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff1315a2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles_sharedspace walking_forward_2edges ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4106840==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f489dc942f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4887f040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4899bd5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles_sharedspace walking_forward_2edges_insertion ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4107168==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f94a0c282f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f948ae940cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f949cb69082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles_sharedspace walking_forward_2edges_widthChange ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4107089==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f86068072f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f85f0a780cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8602748082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles_sharedspace walking_forward_2lanes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4107118==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbcd972d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbcc399e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbcd566e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles_sharedspace walking_forward_illegal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4106829==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f90cc6622f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f90b68d40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f90c85a3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles_sharedspace walking_forward_insertion ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4107148==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f68cde232f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f68b80950cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f68c9d64082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles_sharedspace walking_forward_sidewalk_onRoad ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4106831==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f34974be2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f34817300cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f34933ff082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles_sharedspace walkingarea ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4107201==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0a786ee2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0a629600cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0a7462f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles_sharedspace walkingarea_exit ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4107266==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd15e8242f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd148aa10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd15a765082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles_sharedspace walkingarea_noconflict ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4107211==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f53722eb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f535c55d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f536e22c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles_sharedspace walkingarea_shared ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,84
> 
> =================================================================
> ==4107437==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f263207e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f261c30e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f262dfbf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping block_vehicles_sharedspace walkingarea_shared_sublane ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
14a25,96
> 
> =================================================================
> ==4107473==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5569b8f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5553e200cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5565ad0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping blocked_by_vehicle backward_after_walkingarea ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4107741==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe614caa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe5fef1c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe610beb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping blocked_by_vehicle backward_multiple_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4107708==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f54865322f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f54707a10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5482473082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping blocked_by_vehicle crossing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4108191==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f085c71e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f08469900cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f085865f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping blocked_by_vehicle crossing_fast_approaching ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4108238==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe83323b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe81d4a90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe82f17c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping blocked_by_vehicle crossing_from_right ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4108219==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f67e3efe2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f67ce16e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f67dfe3f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping blocked_by_vehicle disembark ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4108189==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbb44dc42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbb2f0360cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbb40d05082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping blocked_by_vehicle evade_stopped ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4108181==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9a813182f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9a6b58a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9a7d259082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping blocked_by_vehicle forward_between_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4107917==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f63b6d432f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f63a0fb10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f63b2c84082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping blocked_by_vehicle forward_multiple_vehicles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4107919==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f286f56c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f28597de0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f286b4ad082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping blocked_by_vehicle shared_lane_block_evasion ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4107687==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdd602482f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdd4a4a40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdd5c189082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping blocked_by_vehicle shared_lane_block_half ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4107634==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6603b552f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f65eddb10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f65ffa96082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping blocked_by_vehicle shared_lane_block_half_backward ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4107688==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f13a3dfe2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f138e06c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f139fd3f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping blocked_by_vehicle step_aside ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4108240==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff994e252f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff97f0960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff990d66082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping bugs ticket11674 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4112381==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3eb63b32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3ea06440cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3eb22f4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping bugs ticket1555 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4111302==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f47b0ea52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f479b1320cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f47acde6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping bugs ticket1769 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4111412==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6f52fc52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6f3d2420cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6f4ef06082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping bugs ticket1780 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,47
> 
> =================================================================
> ==4111439==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb82e1552f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb817f860cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb82a096082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping bugs ticket1781 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4111463==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7effbe5892f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7effa881c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7effba4ca082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping bugs ticket2060 ( Last six runs Oct2022 )

---------- Differences in errors ----------
4a5,14
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
12a23,58
> 
> =================================================================
> ==4111619==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbe5764f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbe418e10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbe53590082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping bugs ticket2220 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4111516==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4cf72182f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4ce14950cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4cf3159082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping bugs ticket2840 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4111557==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8811cde2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f87fbf7e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f880dc1f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping bugs ticket2841 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4111731==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd4a73bc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd4916490cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd4a32fd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping bugs ticket3260 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==4111572==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f018d3772f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f01776040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f01892b8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f018d37793c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f018d376b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping bugs ticket3347 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4111583==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe7c46512f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe7ae8ac0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe7c0592082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping bugs ticket3888 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4111628==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0c8f8872f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0c79b160cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0c8b7c8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping bugs ticket4314 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4111695==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9ebd37e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9ea76090cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9eb92bf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping bugs ticket4362 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4111940==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1962f082f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f194d19a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f195ee49082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping bugs ticket5257 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4112046==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbebda5a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbea7cfa0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbeb999b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping bugs ticket5661 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4112176==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2645e502f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f26300e10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2641d91082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping bugs ticket7853 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4112191==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1e46a592f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1e30cc60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1e4299a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping bugs ticket8417 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4112323==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0ef0e4d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0edb0bf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0eecd8e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping busstop ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4112658==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f707b22b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f70650480cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f707716c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping counterflow_change_direction ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4112390==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb7b14d62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb79b0b90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb7ad417082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping crossing_noPrio walking_forward ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4106733==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f219d1eb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f218745b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f219912c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping crossing_noPrio walking_forward_between ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4106746==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb60b9c42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb5f5c360cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb607905082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping disconnected_route ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4112521==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe9f01182f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe9da3a50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe9ec059082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping errors disconnected_route ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,50
> 
> =================================================================
> ==4110634==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fece217b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7feccc40a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fecde0bc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : pedestrian_model striping errors disconnected_route_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,48
> 
> =================================================================
> ==4110686==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7feb8f3b22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7feb796420cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7feb8b2f3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping errors disconnected_route_invalid_permissions_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
7a18,53
> 
> =================================================================
> ==4110821==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0bb433e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0b9e5cf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0bb027f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping errors disconnected_trip ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,49
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4110491==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7d2340b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7d0d69a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7d1f34c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : pedestrian_model striping errors disconnected_trip_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
3a14,49
> 
> =================================================================
> ==4110513==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f997aff22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f99652820cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9976f33082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping errors route_invalid_permissions ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,30
> 
> =================================================================
> ==4110705==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9660e602f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f964b0fc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f965cda1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f9660e6093c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f9660e5fb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).

TEST FAILED on ts-sim-build-ba : pedestrian_model striping errors route_invalid_permissions_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,48
> 
> =================================================================
> ==4110778==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f88a45772f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f888e8140cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f88a04b8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping multiple_pedestrian_lanes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4112505==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe575ece2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe56015e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe571e0f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping no_sidewalks ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4112454==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f64d296f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f64bcbe90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f64ce8b0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping pedestrian_interactions bidirectional_flow_1stripe ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1392a1403,1438
> 
> =================================================================
> ==4109674==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffa1d6df2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffa0770d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffa19620082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping pedestrian_interactions bidirectional_flow_2stripes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4109787==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f356609c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f35500c80cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3561fdd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping pedestrian_interactions bidirectional_flow_3stripes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4109829==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4a922702f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4a7c29a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4a8e1b1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping pedestrian_interactions bidirectional_flow_4stripes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4109897==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1135da92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f111fdd60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1131cea082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping pedestrian_interactions bidirectional_flow_5stripes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4109907==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2cd1aa62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2cbbae30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2ccd9e7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping pedestrian_interactions bidirectional_flow_jammed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,50
> 
> =================================================================
> ==4109909==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3a224982f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3a0c4d90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3a1e3d9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping pedestrian_interactions jam_busStop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
15a26,61
> 
> =================================================================
> ==4110263==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f69bdeab2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f69a7cdc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f69b9dec082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping pedestrian_interactions jam_busStop_serviced ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
16a27,140
> 
> =================================================================
> ==4110282==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb82ed0e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb818b220cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb82ac4f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping pedestrian_interactions jam_trafficlight ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4109556==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fac3f7ad2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fac295a90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fac3b6ee082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping pedestrian_interactions jam_trafficlight_defaults ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4109559==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fae2ec592f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fae18a6e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fae2ab9a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping pedestrian_interactions plaza ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4109924==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5316c922f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5300f120cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5312bd3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping pedestrian_interactions walkingarea_jam ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,48
> 
> =================================================================
> ==4109946==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbce276c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbccb88c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbcde6ad082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping pedestrian_interactions walkingarea_jam_4m_crossing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
50a61,96
> 
> =================================================================
> ==4110012==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5c89aff2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5c72c1f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5c85a40082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping pedestrian_interactions walkingarea_jam_reserve_oncoming ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4110077==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5c942402f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5c7d3620cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5c90181082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping speedDev ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4112580==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f363a5d72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f36246180cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3636518082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping speedLimit ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4112708==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f54c92e82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f54b33260cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f54c5229082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping stripe_offsets bbb ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,14
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Tracer caught signal 11: addr=0x0 pc=0x5b7b84 sp=0x7f4b9f066d30
> ==4111245==LeakSanitizer has encountered a fatal error.
> ==4111245==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
> ==4111245==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping stripe_offsets bbf ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4111203==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f53e11a92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f53cb4350cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f53dd0ea082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping stripe_offsets bfb ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4111187==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f56e14292f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f56cb6ca0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f56dd36a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping stripe_offsets bff ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4111128==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4a64c4a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4a4eed40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4a60b8b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping stripe_offsets fbb ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4110961==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc715eaf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc7001500cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc711df0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping stripe_offsets fbf ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4110881==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f69b81682f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f69a24040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f69b40a9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping stripe_offsets ffb ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4110873==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f40589052f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4042ba20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4054846082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping stripe_offsets fff ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4110841==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f21359b42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f211fc540cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f21318f5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping subsecond bidirectional_flow_2_stripes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4110474==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1e4955e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1e3359d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1e4549f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping subsecond block_vehicles_walking_forward ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4110412==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3b2543a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3b0f2260cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3b2137b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping tls tlIndex2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4111284==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f31c068c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f31aa8fc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f31bc5cd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing cross_twice left_rr ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4109035==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2cd21332f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2cbbd120cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2cce074082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing cross_twice right_ll ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4108803==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5ec20f12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5eabcc10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5ebe032082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing cross_twice straight_lr ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4108789==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fceeac922f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fced48750cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcee6bd3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing cross_twice straight_rl ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4108743==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f020139f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f01eaf830cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f01fd2e0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing cross_twice_diagonal left_rr ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4109120==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fce1b9fa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fce055c80cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fce1793b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing cross_twice_diagonal right_ll ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4109089==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4f0664e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4ef02300cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4f0258f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing cross_twice_diagonal straight_lr ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4109075==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f82635702f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f824d14f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f825f4b1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing cross_twice_diagonal straight_rl ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4109041==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2afbcc62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2ae58960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2af7c07082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing left_ll ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4108645==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f670788b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f66f146d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f67037cc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing left_lr ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4108655==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f066d25e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0656e3f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f066919f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing left_rl ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4108647==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f815f5002f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f81490df0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f815b441082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing middle_islands left_ll ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4109452==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff216d8d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff20095d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff212cce082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing middle_islands left_lr ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4109530==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f79a15ff2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f798b1bc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f799d540082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing middle_islands left_rl ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4109457==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f54b7ec92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f54a1a9c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f54b3e0a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing middle_islands right_lr ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4109290==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f347a8f82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f34644b80cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3476839082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing middle_islands right_rl ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4109253==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb5c8c802f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb5b283c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb5c4bc1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing middle_islands right_rr ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4109194==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f329e8dd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f32884b00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f329a81e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing middle_islands straight_ll ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4109189==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f378befb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3775abb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3787e3c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing middle_islands straight_rr ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4109139==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9f778042f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9f613d50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9f73745082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing middle_islands turn_ll ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4109551==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdc0e3812f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdbf7f550cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdc0a2c2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing middle_islands turn_rr ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4109541==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6bc400c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6badbca0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6bbff4d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing right_lr ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4108631==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc5e37d02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc5cd3b30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc5df711082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing right_rl ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4108579==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcf04a492f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fceee62a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcf0098a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing right_rr ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4108265==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe8562882f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe83fe670cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe8521c9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing right_rr_detail ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4108352==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff5b3deb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff59d9bb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff5afd2c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing straight_ll ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4108263==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7cfbc8d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7ce586d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7cf7bce082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing straight_rr ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4108250==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcf289792f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcf1255d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcf248ba082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing turn_ll ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4108699==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3dd05e22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3dba1b20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3dcc523082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping use_crossing turn_rr ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4108662==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1c98d8a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1c8295a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1c94ccb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : pedestrian_model striping walk_posLat_random ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4112719==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f473bc762f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4725ed10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4737bb7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail alternativeRoute ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,16
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 512350000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
1a18,871
> 
> =================================================================
> ==4117598==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 1840 byte(s) in 5 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail bidi_conflict_insertion ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,175
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4117548==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6c894992f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6c7370a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6c853da082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail bugs deadlock_bidi_reversal2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,1323
> /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 50100000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Warning: Teleporting vehicle 'train2'; waited too long (yield), lane='d_0', time=408.00.
> Warning: Vehicle 'train2' ends teleporting on edge 'e', time=428.00.
> 
> =================================================================
> ==4118257==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe5e9ee92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 368 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail bugs delayed_insertion_parallel_routing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,562
> /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4118003==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2208 byte(s) in 6 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
>     #7 0x2d1f9ae in WrappingCommand<MSDevice_Routing>::execute(long long) /home/delphi/clangDebug/sumo/src/utils/common/WrappingCommand.h:104:16
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail bugs double_stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,742
> /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4117932==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2208 byte(s) in 6 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
>     #7 0x2d1f9ae in WrappingCommand<MSDevice_Routing>::execute(long long) /home/delphi/clangDebug/sumo/src/utils/common/WrappingCommand.h:104:16
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail bugs insertion_at_signal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,123
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 27190000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4118300==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc443dfe2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc42e0590cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail bugs merge_check_flank_switch ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,123
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 51260000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> 
> =================================================================
> ==4118330==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f87642db2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f874e0ca0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail bugs merge_check_flank_switch2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,123
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 51260000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> 
> =================================================================
> ==4118430==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f71e77d42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f71d15c30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail bugs reverse_after_waypoint ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4118569==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9d5134f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9d3b5c10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9d4d290082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail bugs signalized_turn ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,29
> 
> =================================================================
> ==4117745==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9ad49672f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9abee200cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9ad08a8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f9ad496793c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f9ad4966b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail bugs stopped_at_signal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,123
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 27530000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4118005==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3a33a3f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3a1dc9c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail bugs stopped_at_signal2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,123
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 27530000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> 
> =================================================================
> ==4118191==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9abd3e72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9aa76590cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail bugs ticket11384 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,832
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 50100000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> 
> =================================================================
> ==4118574==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 1472 byte(s) in 4 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
>     #7 0x2d1f9ae in WrappingCommand<MSDevice_Routing>::execute(long long) /home/delphi/clangDebug/sumo/src/utils/common/WrappingCommand.h:104:16
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
>     #10 0x1af2bb5 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:690:24
>     #11 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail bugs ticket11440 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,832
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 50100000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4118622==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 1472 byte(s) in 4 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
>     #7 0x2d1f9ae in WrappingCommand<MSDevice_Routing>::execute(long long) /home/delphi/clangDebug/sumo/src/utils/common/WrappingCommand.h:104:16
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
>     #10 0x1af2bb5 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:690:24
>     #11 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail bugs ticket7563 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,135
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 50100000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4118477==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc7adb902f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc797df20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail bugs unregulated_junction ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==4117963==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9f71ecf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9f5c39e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9f6de10082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f9f71ecf93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f9f71eceb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail crossing_tracks ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,400
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 512100000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> 
> =================================================================
> ==4117552==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2208 byte(s) in 6 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
>     #7 0x2d1f9ae in WrappingCommand<MSDevice_Routing>::execute(long long) /home/delphi/clangDebug/sumo/src/utils/common/WrappingCommand.h:104:16
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
>     #10 0x1af2bb5 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:690:24
>     #11 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail headonconflict ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,177
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 207090000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4117430==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6c39b4e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6c23daf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail interlocking ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,273
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 51040000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4117447==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f10a4efe2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f108ecfe0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail portion_working join ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4115938==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd74873c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd7325410cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd74467d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail portion_working join_RB425 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4115998==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f469b2672f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f46850660cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f46971a8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail portion_working join_front ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4116022==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f81e643b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f81d023b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f81e237c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail portion_working join_signal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 50100000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> 
> =================================================================
> ==4116010==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1f7d4082f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1f671f60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail portion_working split ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4115796==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8aa72b92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8a910a80cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8aa31fa082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal circle ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,83
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 135300000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4115347==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f57f00922f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f57da2f30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal circle_1signal ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4115505==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f96f17462f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f96dbc140cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f96ed687082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal circle_backward ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4115462==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe60cea52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe5f73630cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe608de6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal circle_bidi ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,196
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 135300000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> 
> =================================================================
> ==4115426==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2408af42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 368 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
>     #7 0x2d1f9ae in WrappingCommand<MSDevice_Routing>::execute(long long) /home/delphi/clangDebug/sumo/src/utils/common/WrappingCommand.h:104:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal conflict_lookahead ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,12
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 201260000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a14,95
> 
> =================================================================
> ==4115630==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8c983ea2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8c821de0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal constraints bidi ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,123
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 50000000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4113411==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff95c5ef2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff945f800cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal constraints foeInsertion ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 50000000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> 
> =================================================================
> ==4113410==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6a8022a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6a69bce0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal constraints limit2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,12
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 51233086 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a15,84
> 
> =================================================================
> ==4113267==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fabc287a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fabac2200cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal constraints limit3 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 51233086 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4113272==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1080a712f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f106a4180cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal constraints wait_for_one ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 50000000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4113175==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fddf18442f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdddb1e90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal constraints wait_for_one_inactive ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,64
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 50000000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> 
> =================================================================
> ==4113178==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7015f5e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6fff9020cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7011e9f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 304 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal constraints wait_for_one_tripId ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,95
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 50000000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4113207==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f351ca192f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f35063be0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal constraints wait_for_three ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 50000000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4113314==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f60cdb422f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f60b74e30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal constraints wait_for_three_individual ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 50000000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4113388==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fabf16022f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fabdaf930cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal constraints wait_not ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 51233086 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4113226==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1a704df2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1a59e850cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal end_block_mode end_after_bidi ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,177
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 50320000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4114022==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fed1c7ba2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fed06a2c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal end_block_mode end_within_bidi ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,177
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 50320000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4114115==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f45e4efe2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f45cf1490cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal fork_without_signal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,81
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 135100000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4114242==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8fd00be2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8fba30b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal halting_conflict ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,632
> /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 135100000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4114899==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 736 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
>     #7 0x2d1f9ae in WrappingCommand<MSDevice_Routing>::execute(long long) /home/delphi/clangDebug/sumo/src/utils/common/WrappingCommand.h:104:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal indirect_guard ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,12
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 135100000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
1a14,196
> 
> =================================================================
> ==4115025==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc09bf692f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 368 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal indirect_guard_check_route ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,373
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 512100000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> 
> =================================================================
> ==4115555==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 1472 byte(s) in 4 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
>     #7 0x2d1f9ae in WrappingCommand<MSDevice_Routing>::execute(long long) /home/delphi/clangDebug/sumo/src/utils/common/WrappingCommand.h:104:16
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
>     #10 0x1af2bb5 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:690:24
>     #11 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal indirect_guard_route_conflict ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,631
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 135100000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4115043==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 736 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
>     #7 0x2d1f9ae in WrappingCommand<MSDevice_Routing>::execute(long long) /home/delphi/clangDebug/sumo/src/utils/common/WrappingCommand.h:104:16
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
>     #10 0x1af2bb5 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:690:24
>     #11 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal indirect_guard_route_conflict2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,672
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 135100000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4115087==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f74ede412f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 368 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
>     #7 0x2d1f9ae in WrappingCommand<MSDevice_Routing>::execute(long long) /home/delphi/clangDebug/sumo/src/utils/common/WrappingCommand.h:104:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal indirect_guard_route_conflict3 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,12
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 135100000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a15,197
> 
> =================================================================
> ==4115116==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0feba2f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 368 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal indirect_guard_route_conflict_reroute ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,619
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 135100000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4115227==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f66676e02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 368 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
>     #7 0x2d1f9ae in WrappingCommand<MSDevice_Routing>::execute(long long) /home/delphi/clangDebug/sumo/src/utils/common/WrappingCommand.h:104:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal inserted_behind_signal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4114632==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7feafc3132f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7feae61160cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7feaf8254082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal insertionConstraints insertionOrder ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 50000000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4113972==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb52933a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb5131260cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal insertionConstraints parking ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 50000000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> 
> =================================================================
> ==4113883==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9f007a82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9eea5970cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal insertionConstraints signal_on_next_edge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 50000000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> 
> =================================================================
> ==4113716==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f509ed782f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5088b780cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal insertionConstraints wait_for_one ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 50000000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4113476==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f57f26d52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f57dc4c40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal insertionConstraints wait_for_one_inactive ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 50000000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4113480==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa3140b92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa2fdea80cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal insertionConstraints wait_for_one_same_departEdge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 50000000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> 
> =================================================================
> ==4113791==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcb329872f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcb1c7880cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal large_step_size ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,84
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 15300000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4114309==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffa088a02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff9f268e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal moving_block protect_bidi ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,177
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 50320000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> 
> =================================================================
> ==4114133==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd599f5f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd583d4b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal moving_block protect_bidi_option ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,177
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 50320000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> 
> =================================================================
> ==4114150==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f272ed6a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2718fc60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal moving_block protect_flank_option ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 50320000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4114159==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fac7a42f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fac6468c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal priority waiting_time_bottom ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,48
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 51233086 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4113041==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7feeb5d572f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fee9fd850cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal priority waiting_time_top ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,48
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 50000000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4113007==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efc8e92a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efc7895b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal several_blocks ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,81
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 135100000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> 
> =================================================================
> ==4114361==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb63cfdd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb626de10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal several_incoming_lanes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,81
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 144632430 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4114593==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f56e93b02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f56d319e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal several_incoming_lanes_2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,81
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 144630000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4114412==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7eea20f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7ed40120cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal several_incoming_trains ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,81
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 144930181 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4114402==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa4016222f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa3eb40f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal several_outgoing_lanes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,81
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 145960000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> 
> =================================================================
> ==4114628==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc6169e82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc6007d70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal single_incoming_lane ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,81
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 135050000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4114806==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f77d16222f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f77bb40f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal small_step_size ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,81
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 15100000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4114271==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f41952a52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f417f0a60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal stopped_link_conflict ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,123
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 200100000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4115563==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd0df27a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd0c907e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal stopped_link_conflict2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,123
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 200100000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4115591==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0ee11e42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0ecafe80cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal two_following_trains ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,81
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 15100000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4114330==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f022f3642f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f02191680cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail rail_signal two_signals_with_same_program ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,81
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 135100000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4114350==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbb428142f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbb2c6010cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail reversal anticipate_reversal ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,653
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4117230==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 5520 byte(s) in 15 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
>     #7 0x2d1f9ae in WrappingCommand<MSDevice_Routing>::execute(long long) /home/delphi/clangDebug/sumo/src/utils/common/WrappingCommand.h:104:16
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
>     #10 0x1af2bb5 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:690:24
>     #11 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #12 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #13 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail reversal anticipate_reversal_unafe_insertion ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
3a14,655
> 
> =================================================================
> ==4117237==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 5520 byte(s) in 15 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
>     #7 0x2d1f9ae in WrappingCommand<MSDevice_Routing>::execute(long long) /home/delphi/clangDebug/sumo/src/utils/common/WrappingCommand.h:104:16
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
>     #10 0x1af2bb5 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:690:24
>     #11 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #12 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail reversal reverse_at_route_end ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,125
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4117264==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe5e3cb32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe5cdac60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe5dfbf4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail reversal reverse_at_route_end_impossible ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,126
> 
> =================================================================
> ==4117373==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fec944402f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fec7e2530cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fec90381082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail reversal reverse_at_stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4116576==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2caa4d32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2c942e50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2ca6414082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail reversal reverse_before_further_stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,125
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4116679==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2d4e7c42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2d385d80cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2d4a705082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail reversal reverse_before_further_stop_tooLong ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,127
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4116896==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4e3b3062f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4e251010cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4e37247082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail reversal reverse_before_stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4116663==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f58f8b562f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f58e29680cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f58f4a97082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail reversal reverse_before_stop_bad_route ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,13
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 80100000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a15,128
> 
> =================================================================
> ==4116913==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe5b5de52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe59fbe70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail reversal reverse_before_stop_impossible ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,125
> 
> =================================================================
> ==4116716==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f156ea522f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f15588630cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f156a993082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail reversal reverse_before_stop_no_internal_links ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,125
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4117183==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f00085452f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efff23590cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0004486082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail reversal reverse_no_internal_links ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,125
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4117073==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3b2f58e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3b1939e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3b2b4cf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail reversal reverse_no_link ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,126
> 
> =================================================================
> ==4117049==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7eff4ff522f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7eff39d610cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7eff4be93082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail reversal reverse_no_stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,124
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4116949==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb6236442f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb60d4590cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb61f585082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail reversal reverse_on_signal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,84
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 109600000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> 
> =================================================================
> ==4117219==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f94e5c682f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f94cfed40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail routing missing_turnaround ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,4
> /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64 in 
4a9,561
> 
> =================================================================
> ==4116307==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 3312 byte(s) in 9 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
>     #7 0x2d1f9ae in WrappingCommand<MSDevice_Routing>::execute(long long) /home/delphi/clangDebug/sumo/src/utils/common/WrappingCommand.h:104:16
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
>     #10 0x1af2bb5 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:690:24
>     #11 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #12 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #13 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #14 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #15 0x7f7960fdf4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : rail routing reversal_impossible ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,4
> /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64 in 
4a9,632
> 
> =================================================================
> ==4116115==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 4048 byte(s) in 11 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
>     #7 0x2d1f9ae in WrappingCommand<MSDevice_Routing>::execute(long long) /home/delphi/clangDebug/sumo/src/utils/common/WrappingCommand.h:104:16
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
>     #10 0x1af2bb5 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:690:24
>     #11 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #12 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #13 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #14 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #15 0x7f050341b4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : rail routing reversal_impossible_slack ( Last six runs Oct2022 )

---------- Differences in errors ----------
5a6,647
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4116161==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 10672 byte(s) in 29 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
>     #7 0x2d1f9ae in WrappingCommand<MSDevice_Routing>::execute(long long) /home/delphi/clangDebug/sumo/src/utils/common/WrappingCommand.h:104:16
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
>     #10 0x1af2bb5 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:690:24
>     #11 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #12 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #13 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : rail routing reversal_possible ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,667
> /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4116071==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 4048 byte(s) in 11 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
>     #7 0x2d1f9ae in WrappingCommand<MSDevice_Routing>::execute(long long) /home/delphi/clangDebug/sumo/src/utils/common/WrappingCommand.h:104:16
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail routing reversal_possible_maxLengthShort ( Last six runs Oct2022 )

---------- Differences in errors ----------
5a6,250
> 
> =================================================================
> ==4116106==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 4048 byte(s) in 11 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
>     #7 0x2d1f9ae in WrappingCommand<MSDevice_Routing>::execute(long long) /home/delphi/clangDebug/sumo/src/utils/common/WrappingCommand.h:104:16
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
>     #10 0x1af2bb5 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:690:24
>     #11 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #12 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #13 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #14 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #15 0x7ff52389d4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff5234022f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : rail routing reverse_short_start ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,825
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4116351==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 736 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
>     #7 0x2d1f9ae in WrappingCommand<MSDevice_Routing>::execute(long long) /home/delphi/clangDebug/sumo/src/utils/common/WrappingCommand.h:104:16
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
>     #10 0x1af2bb5 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:690:24
>     #11 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #12 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #13 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail routing reverse_short_start_stops ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,803
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4116499==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 1104 byte(s) in 3 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
>     #7 0x2d1f9ae in WrappingCommand<MSDevice_Routing>::execute(long long) /home/delphi/clangDebug/sumo/src/utils/common/WrappingCommand.h:104:16
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
>     #10 0x1af2bb5 in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:690:24
>     #11 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #12 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #13 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail routing short_buffer ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,825
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4116325==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2f60ae92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 368 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
>     #7 0x2d1f9ae in WrappingCommand<MSDevice_Routing>::execute(long long) /home/delphi/clangDebug/sumo/src/utils/common/WrappingCommand.h:104:16
>     #8 0x173cc20 in MSEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/microsim/MSEventControl.cpp:69:33
>     #9 0x849ff4 in GUIEventControl::execute(long long) /home/delphi/clangDebug/sumo/src/guisim/GUIEventControl.cpp:50:21
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail slow_fast_slow ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,81
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 207100000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4117466==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3b495992f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3b338080cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail tramwayLoop basic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,889
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 46100000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> 
> =================================================================
> ==4115875==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2944 byte(s) in 8 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
>     #7 0x2d1f9ae in WrappingCommand<MSDevice_Routing>::execute(long long) /home/delphi/clangDebug/sumo/src/utils/common/WrappingCommand.h:104:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail tramwayLoop track_closed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,838
> /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 46100000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4115712==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 2944 byte(s) in 8 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
>     #7 0x2d1f9ae in WrappingCommand<MSDevice_Routing>::execute(long long) /home/delphi/clangDebug/sumo/src/utils/common/WrappingCommand.h:104:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail two_passing_loops ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,389
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 232520000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> 
> =================================================================
> ==4117455==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 736 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
>     #7 0x2d1f9ae in WrappingCommand<MSDevice_Routing>::execute(long long) /home/delphi/clangDebug/sumo/src/utils/common/WrappingCommand.h:104:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : rail two_passing_loops2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,632
> /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 232520000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4117482==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 736 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
>     #7 0x2d1f9ae in WrappingCommand<MSDevice_Routing>::execute(long long) /home/delphi/clangDebug/sumo/src/utils/common/WrappingCommand.h:104:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival arrivalEdge edge_0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3832369==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdd6cfef2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdd5727f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdd68f30082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival arrivalEdge edge_1_flow ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3833055==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fde8c6f72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fde769870cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fde88638082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival arrivalEdge edge_1_trip ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3832815==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f72ad6132f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f72978a20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f72a9554082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival arrivalEdge edge_2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3832501==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0a327412f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0a1c9bc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0a2e682082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival arrivalEdge edge_2_trip ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3833036==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb1e24492f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb1cc6c40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb1de38a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival arrivalEdge edge_default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3832304==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f619fbec2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6189e7c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f619bb2d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival arrivalEdge edge_invalid ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,34
> 
> =================================================================
> ==3832729==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 528 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x3e2ebd8 in SUMOVehicleParserHelper::parseVehicleAttributes(int, SUMOSAXAttributes const&, bool, bool, bool) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMOVehicleParserHelper.cpp:350:50
>     #2 0x3dbc245 in SUMORouteHandler::myStartElement(int, SUMOSAXAttributes const&) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:93:34
>     #3 0x1dd3041 in MSRouteHandler::myStartElement(int, SUMOSAXAttributes const&) /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:192:27
>     #4 0x3f94ab3 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 0x7fb7ebbde5ae 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135ae)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb7eb0fc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb7e703d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fb7eb0fc93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : spec arrival arrivalEdge edge_last ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3832651==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbdc56852f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbdaf9140cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbdc15c6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival arrivalEdge edge_negative ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==3832727==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f96fb82e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f96f776f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f96fb82e93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f96fb82db64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : spec arrival arrivalEdge edge_random ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3832717==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7a9bc182f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7a85ea80cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7a97b59082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival arrivalEdge edge_random_routeFlow ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3833108==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0972de52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f095d0750cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f096ed26082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival errors lane_given10 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,29
> 
> =================================================================
> ==3834428==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f18483492f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1831f1c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f184428a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f184834993c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f1848348b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival errors speed_given100 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,29
> 
> =================================================================
> ==3834434==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff9d810a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff9c1cde0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff9d404b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7ff9d810a93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7ff9d8109b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival lane_first ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3834209==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbdc49b52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbdaec120cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbdc08f6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival lane_given0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3834194==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f67d9db12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f67c400c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f67d5cf2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival lane_given1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3834203==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1dc820b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1db247c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1dc414c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival lane_random ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3834415==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f53c17dc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f53aba4e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f53bd71d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival pos_default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3833258==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5c3c3802f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5c265ee0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5c382c1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival pos_default_trip ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3833272==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f39b6e652f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f39a10d40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f39b2da6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival pos_given-10 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3833337==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe4dca682f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe4c6cd40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe4d89a9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival pos_given0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3833297==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8e389f62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8e22c530cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8e34937082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival pos_given10 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3833306==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe4c31432f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe4ad3b10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe4bf084082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival pos_given10000 ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3833338==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f30a2e1e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f308d07a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f309ed5f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival pos_max ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3833401==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5cd16822f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5cbb8df0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5ccd5c3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival pos_random ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3833375==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9e13b662f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9dfddc10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9e0faa7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival speed_current ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3833542==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f20ead652f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f20d4fd60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f20e6ca6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival speed_current_nearend ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3834170==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3645e822f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f36300f40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3641dc3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival speed_default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3833437==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb4eea652f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb4d8cd60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb4ea9a6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival speed_given0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3833447==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fec928212f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fec7ca7d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fec8e762082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival speed_given0_nearend ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3833546==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f07757312f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f075f98c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0771672082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival speed_given10 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3833521==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f00e7a402f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f00d1c9c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f00e3981082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival speed_given10_nearend ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3834146==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1aaa5aa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1a9481c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1aa64eb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec arrival speed_given_near0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3833479==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd0a81b62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd0924280cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd0a40f7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure approach_slow_lane ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3831040==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa68170a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa66b74b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa67d64b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departEdge edge_0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3830384==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc52e09e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc5183170cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc529fdf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departEdge edge_1_flow ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3830960==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8ebe7d42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8ea8a510cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8eba715082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departEdge edge_1_trip ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3830851==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0415c512f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f03ffedf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0411b92082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departEdge edge_2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3830494==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9496cbb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9480f4b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9492bfc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departEdge edge_2_trip ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3830853==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f73789412f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7362bbc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7374882082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departEdge edge_default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3830223==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe3dff872f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe3ca2010cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe3dbec8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departEdge edge_invalid ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,34
> 
> =================================================================
> ==3830840==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 528 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x3e2ebd8 in SUMOVehicleParserHelper::parseVehicleAttributes(int, SUMOSAXAttributes const&, bool, bool, bool) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMOVehicleParserHelper.cpp:350:50
>     #2 0x3dbc245 in SUMORouteHandler::myStartElement(int, SUMOSAXAttributes const&) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:93:34
>     #3 0x1dd3041 in MSRouteHandler::myStartElement(int, SUMOSAXAttributes const&) /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:192:27
>     #4 0x3f94ab3 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 0x7f3cb9c245ae 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135ae)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3cb91422f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3cb5083082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f3cb914293c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : spec departure departEdge edge_invalid_routeFlow ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,34
> 
> =================================================================
> ==3831010==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 528 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x3e10a3f in SUMOVehicleParserHelper::parseFlowAttributes(SumoXMLTag, SUMOSAXAttributes const&, bool, bool, long long, long long) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMOVehicleParserHelper.cpp:144:47
>     #2 0x3dbdc22 in SUMORouteHandler::myStartElement(int, SUMOSAXAttributes const&) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:123:38
>     #3 0x1dd3041 in MSRouteHandler::myStartElement(int, SUMOSAXAttributes const&) /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:192:27
>     #4 0x3f94ab3 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 0x7f748bdf95ae 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135ae)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f748b3172f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7487258082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f748b31793c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : spec departure departEdge edge_last ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3830788==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7feedd4d12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7feec77610cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7feed9412082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departEdge edge_negative ( Last six runs Oct2022 )

---------- Differences in errors ----------
3a4,27
> 
> =================================================================
> ==3830822==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f01e69c92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f01e290a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f01e69c993c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f01e69c8b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : spec departure departEdge edge_random ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3830812==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2371d232f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f235bfa00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f236dc64082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departEdge edge_random_flow ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3830969==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f17041e32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f16ee4730cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1700124082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departEdge edge_random_routeFlow ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3830979==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f645e78d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6448a070cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f645a6ce082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departEdge edge_random_trip ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3830876==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc6b15362f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc69b7b10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc6ad477082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departLane lane_allowed_3veh ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3827966==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7e37d5c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7e219310cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7e33c9d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departLane lane_allowed_3veh_multimodal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3827916==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffac42b92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffaae5360cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffac01fa082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departLane lane_allowed_3veh_multimodal_emergencyDecel ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3828014==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2a48aa82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2a32d380cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2a449e9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departLane lane_best_3veh ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3827938==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbf830882f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbf6cc590cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbf7efc9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fbf8308893c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fbf83087b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departLane lane_default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3827934==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff4d97e02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff4c33a00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff4d5721082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departLane lane_default_3veh_bus ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3827976==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdd06e712f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdcf0a310cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdd02db2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fdd06e7193c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fdd06e70b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departLane lane_default_3veh_passenger ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3827939==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcf7bbce2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcf657a30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcf77b0f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departLane lane_free ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3827877==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5f79cc52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5f6389a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5f75c06082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f5f79cc593c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f5f79cc4b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departLane lane_free_3veh ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3827816==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc1d88272f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc1c23f90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc1d4768082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fc1d882793c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fc1d8826b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departLane lane_free_occupancy ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3827853==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f61fbebb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f61e5a900cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f61f7dfc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departLane lane_given0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3827942==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7faf62de02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7faf4c9a00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7faf5ed21082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7faf62de093c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7faf62ddfb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departLane lane_given1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3827998==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbad83832f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbac1f420cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbad42c4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departLane lane_random ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3828155==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f390a2972f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f38f3e6b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f39061d8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departPos pos_default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3828019==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffa8019d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffa69d5a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffa7c0de082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7ffa8019d93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7ffa8019cb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departPos pos_free ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3827957==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc04d2052f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc036dc20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc049146082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departPos pos_free_3veh ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3828148==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7b861ee2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7b6fdae0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7b8212f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f7b861ee93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f7b861edb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departPos pos_free_3veh_10ms ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3828136==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f35378c42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f35214840cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3533805082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departPos pos_free_3veh_vmax ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3828134==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7eff26d122f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7eff108d20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7eff22c53082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7eff26d1293c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7eff26d11b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departPos pos_given-10 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3827954==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f954a3d12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9533fa60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9546312082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departPos pos_given0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3828185==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f05bad572f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f05a49140cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f05b6c98082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departPos pos_given10 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3828008==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc1e05db2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc1ca1b00cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc1dc51c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fc1e05db93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fc1e05dab64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departPos pos_last_speed_given ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3828096==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 6688 byte(s) in 44 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f04a4c9e4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departPos pos_last_speed_max ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3828940==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 6384 byte(s) in 42 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f5ba15fb4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departPos pos_random ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3828065==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f84480ee2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8431cc30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f844402f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f84480ee93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f84480edb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departPos pos_random_3veh ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3827993==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f12285332f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f12121040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1224474082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f122853393c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f1228532b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departSpeed speed_avg ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,119
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3829815==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 18544 byte(s) in 122 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fa129f6a4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departSpeed speed_avg_approach_minor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3830113==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbef5b552f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbedfb950cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbef1a96082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departSpeed speed_avg_approach_slow ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3829852==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f91a4d0b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f918ed4b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f91a0c4c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departSpeed speed_default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3829055==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8be38dc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8bcd49c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8bdf81d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f8be38dc93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f8be38dbb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departSpeed speed_desired ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3829665==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 27360 byte(s) in 180 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fc33e4324f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departSpeed speed_given0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3829217==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fabbe43d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7faba80100cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fabba37e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departSpeed speed_given10 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3829286==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe0160362f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdfffbf40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe011f77082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fe01603693c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fe016035b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departSpeed speed_given10_laneSpeed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3829327==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1ab8bb92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1aa27790cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1ab4afa082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departSpeed speed_given_30_speedFactor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3829329==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa66c0de2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa655cb30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa66801f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departSpeed speed_given_defaultMax_speedFactor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3829357==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbfd73cc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbfc0fa10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbfd330d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departSpeed speed_given_deviation ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3829457==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f51732d12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f515ce910cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f516f212082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f51732d193c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f51732d0b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departSpeed speed_given_deviation_low ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3829479==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f89eb15a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f89d4d2f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f89e709b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departSpeed speed_given_speedFactor_roundUp ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3829360==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8ed90772f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8ec2c340cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8ed4fb8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departSpeed speed_last ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,119
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3829711==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 18392 byte(s) in 121 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f36618774f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departSpeed speed_last_approach_minor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3829784==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd868cf72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd852d250cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd864c38082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departSpeed speed_last_approach_slow ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3829753==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb2f52982f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb2df2d90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb2f11d9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departSpeed speed_max__laneEnd ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3829603==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f66ee1be2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f66d81ec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f66ea0ff082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departSpeed speed_max__lanelimit ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3829515==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f72c85be2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f72b217e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f72c44ff082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departSpeed speed_max__leader ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3829588==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8bb0d7c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8b9a95f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8baccbd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departSpeed speed_max__vehlimit ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3829654==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f897894c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f896250c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f897488d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f897894c93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f897894bb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departSpeed speed_random__lanelimit ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3829622==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6df32502f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6ddce0f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6def191082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f6df325093c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f6df324fb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departSpeed speed_random__vehlimit ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3829646==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f69ab2922f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6994e520cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f69a71d3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f69ab29293c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f69ab291b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure departSpeed speed_speedLimit ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3829669==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 13680 byte(s) in 90 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f211ac764f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure depart_random ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3831085==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff614a3e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff5fea800cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff61097f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure errors edge_disallowed ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,43
> 
> =================================================================
> ==3831769==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3ab67b92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
>     #9 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
>     #10 0x7f3ab729b5fe 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) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x2135fe)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3aa0a060cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : spec departure errors edge_disallowed_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,60
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3831765==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbf019ac2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
>     #9 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure errors lane_given10 ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,48
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3831478==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd49b0592f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd484c2d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd496f9a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : spec departure errors lane_given10_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,29
> 
> =================================================================
> ==3831561==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f92d96f82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f92c32c80cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f92d5639082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f92d96f893c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f92d96f7b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure errors lane_given_disallowed ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,61
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3831623==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc79a7fe2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
>     #9 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : spec departure errors lane_given_disallowed_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,60
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3831662==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc39685c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x1e11782 in MSRouteHandler::closeTrip() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:997:5
>     #8 0x3dc5b4a in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:285:13
>     #9 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure errors slow_lane_ahead ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3832010==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7fa0bd82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7f8ac060cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7f9cb19082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure errors slow_lane_ahead_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,47
> 
> =================================================================
> ==3832129==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efde51402f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efdcf1800cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efde1081082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure errors speed_given100 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,48
> 
> =================================================================
> ==3831828==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fab7da312f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fab676040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fab79972082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : spec departure errors speed_given100_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3831887==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f479270a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f477c2df0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f478e64b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure errors speed_given50 ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,30
> 
> =================================================================
> ==3831908==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa252a152f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa23c5d20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa24e956082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fa252a1593c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fa252a14b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).

TEST FAILED on ts-sim-build-ba : spec departure errors speed_given50_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,47
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3831901==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1ae0ae32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1aca6b80cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1adca24082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure extrapolate_departpos ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,104
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3831202==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0fd76242f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0fc14230cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0fd3565082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure extrapolate_departpos_short ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,102
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3831136==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb7135bd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb6fd82f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb70f4fe082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure insertionChecks followerGap ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3832264==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4d46d062f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4d30f4f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4d42c47082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure insertionChecks leaderGap ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3832197==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f181714b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f18013940cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f181308c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure insertionChecks stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,122
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3832131==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa0503d62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa03a6230cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa04c317082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec departure posLat_beyondLane ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3831314==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbe8eac32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbe786960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbe8aa04082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec distribution errors route_invalid_ref ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3835436==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f16a06242f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f168a8960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f169c565082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec distribution errors route_nested_invalid_ref ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3835442==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8c4a0a72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8c343120cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8c45fe8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec distribution errors speedDev_invalid ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3835424==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5fc65702f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5fc24b1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f5fc657093c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f5fc656fb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : spec distribution route_basic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3834561==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0a784c82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0a627250cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0a74409082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec distribution route_nested ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3834520==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f978d9792f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9777bd60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f97898ba082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec distribution route_nested_ref ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3835065==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f79e1d842f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f79cbfe10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f79ddcc5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec distribution route_nested_refId ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3834665==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe602c262f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe5ece960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe5feb67082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec distribution route_nested_repeat ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,61
> 
> =================================================================
> ==3834685==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f48b30a82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f489d3050cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f48aefe9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 304 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec distribution route_ref ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3834826==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fed89c982f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fed73f0a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fed85bd9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec distribution route_ref_compact ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3834928==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8e9780e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8e81a800cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8e9374f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec distribution route_ref_compact_with_probabilities ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3834983==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fac8105c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fac6b2b90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fac7cf9d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec distribution speedDev ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3835226==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f461bcf92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec distribution speedDev_option ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3835314==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7f717ca2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec distribution speedDev_override_individual ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,92
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3835230==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbf7cd7d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbf66fd90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbf78cbe082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec distribution speedFactorNormc ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3835422==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd99256d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec distribution speed_basic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3835104==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f742a3502f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f74145c10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7426291082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec distribution vtypeDist_useExisting ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3834469==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1be720d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1bd147f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1be314e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec distribution vtype_basic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3834459==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb332d792f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb31cfec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb32ecba082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec flow 2flows_scaled ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> 
> =================================================================
> ==3837300==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 912 byte(s) in 6 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f56a604c4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f56a5bb12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f568f7930cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec flow early_begin ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3836161==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f42cc6c32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f42b62930cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f42c8604082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec flow early_end ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3836180==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd4e4db92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd4ce9890cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd4e0cfa082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec flow errors end_before_begin ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3837417==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdb55f722f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdb51eb3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fdb55f7293c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fdb55f71b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : spec flow errors neg_begin ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3837410==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f546804e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5463f8f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f546804e93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f546804db64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : spec flow errors neg_period ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3837440==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb87a64f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb876590082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fb87a64f93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fb87a64eb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : spec flow errors neg_repno ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3837468==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa95ebd02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa95ab11082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fa95ebd093c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fa95ebcfb64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : spec flow errors period_no_end ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3837351==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4aa15682f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4a9d4a9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f4aa156893c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f4aa1567b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : spec flow errors period_per_hour ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3837349==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f63ae6b82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f63aa5f9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f63ae6b893c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f63ae6b7b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : spec flow errors poisson_invalid ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3837516==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4150d452f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f414cc86082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f4150d4593c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f4150d44b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : spec flow errors repetition_missing ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3837375==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbc8965e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbc8559f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fbc8965e93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fbc8965db64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : spec flow errors zero_period ( Last six runs Oct2022 )

---------- Differences in errors ----------
2a3,26
> 
> =================================================================
> ==3837488==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5a80e352f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5a7cd76082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f5a80e3593c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f5a80e34b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 617 byte(s) leaked in 6 allocation(s).

TEST FAILED on ts-sim-build-ba : spec flow many_per_step ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3836226==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe1db2622f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe1c4e450cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe1d71a3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec flow nested_route ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,43
> 
> =================================================================
> ==3836231==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb5702ce2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fb5707694f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb559eb10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec flow nested_route_stops ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,61
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3836271==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0f150392f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec flow nested_stops ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,43
> 
> =================================================================
> ==3836247==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2283f3f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f22843da4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f226db0f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec flow no ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,61
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3836007==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb43fcb52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec flow number_instant ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,86
> 
> =================================================================
> ==3836029==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9edbe732f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9ec5a420cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9ed7db4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 760 byte(s) in 5 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec flow number_instant2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,104
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3836140==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0b5d66a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0b4724d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0b595ab082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec flow number_no_end ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,65
> 
> =================================================================
> ==3837032==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbdc5e412f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbdafa220cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbdc1d82082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec flow period ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,61
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3835457==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd3fa02b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec flow period_end ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3835550==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f57e54c22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f57cf0a50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f57e1403082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec flow period_no ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,43
> 
> =================================================================
> ==3836272==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff00aed62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7ff00b3714f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7feff4ab90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec flow poisson_0.1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,83
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3837180==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2dd88572f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2dc24370cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2dd4798082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec flow poisson_0.1_number ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,83
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3837193==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffb070a02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffaf0c830cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffb02fe1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec flow poisson_1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,83
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3837246==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0f234182f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0f0cffb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0f1f359082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec flow probability_0.1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3836524==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5fb5a992f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5f9f6680cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5fb19da082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec flow probability_0.1_begin_100 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3836973==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f70b14952f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f709b0750cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f70ad3d6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec flow probability_0.1_step-length_0.2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3836719==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd823a0b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd80d5ed0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd81f94c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec flow probability_0.5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3836488==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f20a62a22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f208fe850cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f20a21e3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec flow probability_0.5_start_1000 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3836748==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd6209ff2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd60a5cc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd61c940082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec flow vehs_per_hour ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,61
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3835792==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7feafa6da2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec flow vehs_per_hour_none ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,43
> 
> =================================================================
> ==3835940==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7faa4e9822f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7faa4ee1d4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7faa385520cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec flow zero_period ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,43
> 
> =================================================================
> ==3836387==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 1520 byte(s) in 10 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f71ba6764f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f71ba1db2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f71a3dab0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec person ride ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3837672==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4096d9b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4080ff70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4092cdc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f4096d9b93c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7f4096d9ab64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : spec person walk ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,28
> 
> =================================================================
> ==3837681==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb3429d12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb32cc430cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb33e912082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 64 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7fb3429d193c  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x2193c)
> 
> Indirect leak of 9 byte(s) in 1 object(s) allocated from:
>     #0 0x57d824 in strdup (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x57d824)
>     #1 0x7fb3429d0b64 in FcValueSave (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x20b64)
> 
> SUMMARY: AddressSanitizer: 681 byte(s) leaked in 7 allocation(s).
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model 1edge_1lane_mopeds ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4135165==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0d4e1d52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0d384570cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0d4a116082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model 1edge_2lanes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4134903==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc39beae2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc38611c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc397def082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model 1edge_2lanes_compact_cars ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4135236==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdb187cf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdb02a410cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdb14710082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model 1edge_2lanes_compact_mixed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4135482==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f768a73e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f76749af0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f768667f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model 1edge_2lanes_compact_mixed_pushy ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4136185==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb7ec6602f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb7d68ce0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb7e85a1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model 1edge_2lanes_lane_discipline ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4135235==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f26a8bd22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2692e2f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f26a4b13082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model 1edge_2lanes_mopeds ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4135056==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7b6f2fa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7b5957a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7b6b23b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model 1edge_3lanes_mixed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4135514==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6c1beeb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6c061480cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6c17e2c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model angles ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4136471==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fea79e6d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fea640dc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fea75dae082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model basic extra_wide_vehicle ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4122805==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc90c0192f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc8f628a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc907f5a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model basic maxSpeedLat ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4122790==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff92eccf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff918f2c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff92ac10082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model basic overtaking_bicycle ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4122619==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f14fe75a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f14e89cc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f14fa69b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model basic overtaking_bicycle_lcSigma ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4122896==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f65dfff42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f65ca2660cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f65dbf35082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model basic overtaking_bicycle_lcSigma_subsecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4122985==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7faeeb13a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7faed53a90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7faee707b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model basic overtaking_bicycle_step0.2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4122678==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0b9c85e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0b86ace0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0b9879f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model basic overtaking_lefthand ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4122750==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f17082e92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f16f255b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f170422a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model basic overtaking_stopped ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4123033==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efc8eebe2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efc791300cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efc8adff082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bestOffset2_noReserve ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4136890==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f95b4cad2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f959ef1c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f95b0bee082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bestOffset2_reserve ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,61
> 
> =================================================================
> ==4136640==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3ae3c8d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3acdefc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3adfbce082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 456 byte(s) in 3 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model beyond_lane_on_junction ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4136509==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb3883412f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb37259c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb384282082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bidiEdge 1edge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,83
> 
> =================================================================
> ==4133821==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f12993462f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f12835b70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1295287082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bidiEdge 1edge_between ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,83
> 
> =================================================================
> ==4134114==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9bac35c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9b965b90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9ba829d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bidiEdge 1edge_insertion ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4134341==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5e91df72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5e7c0690cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5e8dd38082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bidiEdge 1edge_teleport_bidi ( Last six runs Oct2022 )

---------- Differences in errors ----------
4a5,83
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4133996==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f120c3652f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f11f65d60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f12082a6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bidiEdge 1edge_teleport_bidi_custom ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,83
> 
> =================================================================
> ==4134010==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fde2badb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fde15d4d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fde27a1c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bidiEdge 2edges_between ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,83
> 
> =================================================================
> ==4134323==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff4813ff2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff46b66e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff47d340082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bidiEdge 2edges_between2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,83
> 
> =================================================================
> ==4134338==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f17d8eda2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f17c31370cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f17d4e1b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bidiEdge bikeAvoidConflictWithBike ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4133582==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3045f032f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f30301740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3041e44082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bidiEdge bikeAvoidConflictWithVeh ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4133608==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7ddc1812f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7dc63f40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7dd80c2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bidiEdge bikeFaultCollision ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4133561==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc71f01e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc7092900cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc71af5f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bidiEdge bikeNotOvertake ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4134361==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc43a21d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc4244800cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc43615e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bidiEdge bikeOvertakeRight ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4133649==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb3c51c92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb3af43b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb3c110a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bidiEdge bikePassingWithoutWiggledVeh ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4133221==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f335bee72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f33461570cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3357e28082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bidiEdge bikePreferOvertakeRight ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4133656==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6d5af002f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6d4516e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6d56e41082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bidiEdge bikeUnneededEmergencyBraking ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,80
> 
> =================================================================
> ==4133225==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb29061d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb27a8900cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb28c55e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bidiEdge collision_btw_bikes ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4134393==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa0627a02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa04ca000cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa05e6e1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bidiEdge dangleAtIntersectionWithBidi ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
2a13,81
> 
> =================================================================
> ==4134584==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f589cc9e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5886a9e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5898bdf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bidiEdge emergency_braking_late_slow_down_within_crossing ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,80
> 
> =================================================================
> ==4134743==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff5a958a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff5937ec0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff5a54cb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bidiEdge hangAtIntersectionWithBidi ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
4a15,83
> 
> =================================================================
> ==4134562==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe54d6142f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe53785f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe549555082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bidiEdge pedRunToBike ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4134356==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9d147152f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9cfe9740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9d10656082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bidiEdge ped_run_middle ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4133183==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f400763e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3ff18af0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f400357f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket10060 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,151
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4138806==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 1368 byte(s) in 9 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f2c327aa4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket10060b ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,151
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4138811==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 9728 byte(s) in 64 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fd70bbfe4f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket10458 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4139172==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc3878042f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc371a740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc383745082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket10458b ( Last six runs Oct2022 )

---------- Differences in errors ----------
1a2,83
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4139138==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff22487f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff20eafe0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff2207c0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket10458c ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,64
> 
> =================================================================
> ==4138990==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6d169782f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6d00bd10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6d128b9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 912 byte(s) in 6 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket10509 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4139069==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7feecc8b02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7feeb6b2c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7feec87f1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket10523 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4139088==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f529552e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f527f7990cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f529146f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket11639 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4139156==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f70c597f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f70afbee0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f70c18c0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket2154 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4136993==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f18dbc442f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f18c5ea10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f18d7b85082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket2259 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4137182==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f96275ad2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f96118170cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f96234ee082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket2585 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4137451==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f496ef432f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f49591af0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f496ae84082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket3028 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4137463==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f015d0fc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f01473590cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f015903d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket3050 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4137501==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2bb1eba2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2b9c12c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2baddfb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket3107 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4137510==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f56749b92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f565ec1b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f56708fa082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket3184 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4137617==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffac2d282f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffaacf960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffabec69082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket3195 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4137747==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffa7bbfe2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffa65e6c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffa77b3f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket3213 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4137883==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f70bcd292f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f70a6f9c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f70b8c6a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket3244 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4137896==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f17d10fd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f17bb36e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f17cd03e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket3244_subsecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4137906==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f07a78712f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0791ae20cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f07a37b2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket3333 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4137928==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f72c42392f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f72ae4a90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f72c017a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket3372 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4138303==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd3b67152f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd3a09840cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd3b2656082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket3582 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4138183==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb4b65e62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb4a08580cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb4b2527082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket3601 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4138160==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fee245252f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fee0e7560cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fee20466082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket3613 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4138242==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff4f221a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff4dc4750cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff4ee15b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket3618 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4138320==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa3242402f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa30e4b10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa320181082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket3619 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4138372==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa4872632f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa4714d40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa4831a4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket4071 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4138405==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f70048552f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6feeaa10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7000796082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket4100 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
5a16,99
> 
> =================================================================
> ==4138414==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fce8a2372f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fce744830cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fce86178082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket4168 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4138424==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f05575432f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f054179c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0553484082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket4223 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4138701==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcdbf9942f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcda9bf40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcdbb8d5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket5416 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4138710==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd361c6c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd34bedc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd35dbad082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket6636 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,135
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4138825==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1517eae2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f15020f70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1513def082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model bugs ticket6691 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4138753==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2bb81562f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2ba23c10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2bb4097082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model buridan_1lane ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4136527==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff9056942f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff8ef8ef0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff9015d5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- Differences in tripinfos ----------
5,14c5,14
<     <tripinfo id="veh.0" depart="0.00" departLane="beg_0" departPos="91.40" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="7.00" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="-2.46" arrivalSpeed="7.81" duration="7.00" routeLength="8.60" waitingTime="4.00" waitingCount="1" stopTime="0.00" timeLoss="5.99" rerouteNo="0" devices="tripinfo_veh.0" vType="t0" speedFactor="1.12" vaporized=""/>
<     <tripinfo id="veh.1" depart="1.00" departLane="beg_0" departPos="83.90" departPosLat="0.00" departSpeed="0.00" departDelay="0.90" arrival="8.00" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="2.46" arrivalSpeed="10.41" duration="7.00" routeLength="16.10" waitingTime="3.00" waitingCount="1" stopTime="0.00" timeLoss="4.85" rerouteNo="0" devices="tripinfo_veh.1" vType="t0" speedFactor="0.88" vaporized=""/>
<     <tripinfo id="veh.2" depart="1.00" departLane="beg_0" departPos="76.30" departPosLat="0.00" departSpeed="0.00" departDelay="0.80" arrival="9.00" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="3.00" arrivalSpeed="10.41" duration="8.00" routeLength="23.70" waitingTime="4.00" waitingCount="1" stopTime="0.00" timeLoss="6.15" rerouteNo="0" devices="tripinfo_veh.2" vType="t0" speedFactor="1.02" vaporized=""/>
<     <tripinfo id="veh.3" depart="1.00" departLane="beg_0" departPos="68.70" departPosLat="0.00" departSpeed="0.00" departDelay="0.70" arrival="13.00" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="-2.46" arrivalSpeed="6.43" duration="12.00" routeLength="31.30" waitingTime="5.00" waitingCount="1" stopTime="0.00" timeLoss="9.95" rerouteNo="0" devices="tripinfo_veh.3" vType="t0" speedFactor="1.17" vaporized=""/>
<     <tripinfo id="veh.4" depart="1.00" departLane="beg_0" departPos="61.10" departPosLat="0.00" departSpeed="0.00" departDelay="0.60" arrival="15.00" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="-2.46" arrivalSpeed="9.03" duration="14.00" routeLength="38.90" waitingTime="6.00" waitingCount="1" stopTime="0.00" timeLoss="11.13" rerouteNo="0" devices="tripinfo_veh.4" vType="t0" speedFactor="1.06" vaporized=""/>
<     <tripinfo id="veh.5" depart="1.00" departLane="beg_0" departPos="53.50" departPosLat="0.00" departSpeed="0.00" departDelay="0.50" arrival="15.00" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="2.46" arrivalSpeed="9.20" duration="14.00" routeLength="46.50" waitingTime="7.00" waitingCount="1" stopTime="0.00" timeLoss="8.24" rerouteNo="0" devices="tripinfo_veh.5" vType="t0" speedFactor="0.66" vaporized=""/>
<     <tripinfo id="veh.6" depart="1.00" departLane="beg_0" departPos="45.90" departPosLat="0.00" departSpeed="0.00" departDelay="0.40" arrival="16.00" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="3.78" arrivalSpeed="11.80" duration="15.00" routeLength="54.10" waitingTime="8.00" waitingCount="1" stopTime="0.00" timeLoss="11.33" rerouteNo="0" devices="tripinfo_veh.6" vType="t0" speedFactor="1.09" vaporized=""/>
<     <tripinfo id="veh.9" depart="1.00" departLane="beg_0" departPos="23.10" departPosLat="0.00" departSpeed="0.00" departDelay="0.10" arrival="17.00" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="-2.46" arrivalSpeed="9.92" duration="16.00" routeLength="76.90" waitingTime="3.00" waitingCount="1" stopTime="0.00" timeLoss="7.66" rerouteNo="0" devices="tripinfo_veh.9" vType="t0" speedFactor="0.71" vaporized=""/>
<     <tripinfo id="veh.8" depart="1.00" departLane="beg_0" departPos="30.70" departPosLat="0.00" departSpeed="0.00" departDelay="0.20" arrival="18.00" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="3.90" arrivalSpeed="12.16" duration="17.00" routeLength="69.30" waitingTime="8.00" waitingCount="1" stopTime="0.00" timeLoss="10.80" rerouteNo="0" devices="tripinfo_veh.8" vType="t0" speedFactor="0.88" vaporized=""/>
<     <tripinfo id="veh.7" depart="1.00" departLane="beg_0" departPos="38.30" departPosLat="0.00" departSpeed="0.00" departDelay="0.30" arrival="21.00" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="2.46" arrivalSpeed="7.81" duration="20.00" routeLength="61.70" waitingTime="9.00" waitingCount="2" stopTime="0.00" timeLoss="13.57" rerouteNo="0" devices="tripinfo_veh.7" vType="t0" speedFactor="0.77" vaporized=""/>
---
>     <tripinfo id="veh.0" depart="0.00" departLane="beg_0" departPos="91.40" departPosLat="0.00" departSpeed="0.00" departDelay="0.00" arrival="9.00" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="-2.46" arrivalSpeed="7.81" duration="9.00" routeLength="8.60" waitingTime="6.00" waitingCount="1" stopTime="0.00" timeLoss="7.99" rerouteNo="0" devices="tripinfo_veh.0" vType="t0" speedFactor="1.12" vaporized=""/>
>     <tripinfo id="veh.1" depart="1.00" departLane="beg_0" departPos="83.90" departPosLat="0.00" departSpeed="0.00" departDelay="0.90" arrival="11.00" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="-2.46" arrivalSpeed="10.41" duration="10.00" routeLength="16.10" waitingTime="6.00" waitingCount="1" stopTime="0.00" timeLoss="7.85" rerouteNo="0" devices="tripinfo_veh.1" vType="t0" speedFactor="0.88" vaporized=""/>
>     <tripinfo id="veh.2" depart="1.00" departLane="beg_0" departPos="76.30" departPosLat="0.00" departSpeed="0.00" departDelay="0.80" arrival="11.00" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="2.46" arrivalSpeed="11.07" duration="10.00" routeLength="23.70" waitingTime="5.00" waitingCount="1" stopTime="0.00" timeLoss="7.64" rerouteNo="0" devices="tripinfo_veh.2" vType="t0" speedFactor="1.02" vaporized=""/>
>     <tripinfo id="veh.5" depart="1.00" departLane="beg_0" departPos="53.50" departPosLat="0.00" departSpeed="0.00" departDelay="0.50" arrival="12.00" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="2.46" arrivalSpeed="9.20" duration="11.00" routeLength="46.50" waitingTime="4.00" waitingCount="1" stopTime="0.00" timeLoss="5.94" rerouteNo="0" devices="tripinfo_veh.5" vType="t0" speedFactor="0.66" vaporized=""/>
>     <tripinfo id="veh.7" depart="1.00" departLane="beg_0" departPos="38.30" departPosLat="0.00" departSpeed="0.00" departDelay="0.30" arrival="14.00" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="2.46" arrivalSpeed="10.72" duration="13.00" routeLength="61.70" waitingTime="5.00" waitingCount="1" stopTime="0.00" timeLoss="6.91" rerouteNo="0" devices="tripinfo_veh.7" vType="t0" speedFactor="0.77" vaporized=""/>
>     <tripinfo id="veh.8" depart="1.00" departLane="beg_0" departPos="30.70" departPosLat="0.00" departSpeed="0.00" departDelay="0.20" arrival="16.00" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="2.46" arrivalSpeed="12.16" duration="15.00" routeLength="69.30" waitingTime="6.00" waitingCount="1" stopTime="0.00" timeLoss="8.50" rerouteNo="0" devices="tripinfo_veh.8" vType="t0" speedFactor="0.88" vaporized=""/>
>     <tripinfo id="veh.9" depart="1.00" departLane="beg_0" departPos="23.10" departPosLat="0.00" departSpeed="0.00" departDelay="0.10" arrival="16.00" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="-3.42" arrivalSpeed="9.91" duration="15.00" routeLength="76.90" waitingTime="5.00" waitingCount="1" stopTime="0.00" timeLoss="6.35" rerouteNo="0" devices="tripinfo_veh.9" vType="t0" speedFactor="0.71" vaporized=""/>
>     <tripinfo id="veh.3" depart="1.00" departLane="beg_0" departPos="68.70" departPosLat="0.00" departSpeed="0.00" departDelay="0.70" arrival="20.00" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="2.46" arrivalSpeed="7.81" duration="19.00" routeLength="31.30" waitingTime="11.00" waitingCount="2" stopTime="0.00" timeLoss="16.62" rerouteNo="0" devices="tripinfo_veh.3" vType="t0" speedFactor="1.17" vaporized=""/>
>     <tripinfo id="veh.4" depart="1.00" departLane="beg_0" departPos="61.10" departPosLat="0.00" departSpeed="0.00" departDelay="0.60" arrival="22.00" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="2.78" arrivalSpeed="10.41" duration="21.00" routeLength="38.90" waitingTime="12.00" waitingCount="2" stopTime="0.00" timeLoss="17.67" rerouteNo="0" devices="tripinfo_veh.4" vType="t0" speedFactor="1.06" vaporized=""/>
>     <tripinfo id="veh.6" depart="1.00" departLane="beg_0" departPos="45.90" departPosLat="0.00" departSpeed="0.00" departDelay="0.40" arrival="27.00" arrivalLane="beg_0" arrivalPos="100.00" arrivalPosLat="2.46" arrivalSpeed="7.81" duration="26.00" routeLength="54.10" waitingTime="11.00" waitingCount="4" stopTime="0.00" timeLoss="21.95" rerouteNo="0" devices="tripinfo_veh.6" vType="t0" speedFactor="1.09" vaporized=""/>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model calibrate_alignment ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,61
> 
> =================================================================
> ==4136970==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fec1e1922f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fec07f810cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fec1a0d3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 152 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model cooperative cooperative-1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4124283==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f769e9582f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f76887580cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f769a899082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model cooperative cooperative-1_superconvenient ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4124246==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f421cc062f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f42069f10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4218b47082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model cooperative cooperative0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4123967==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f60c44592f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f60ae2480cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f60c039a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model cooperative cooperative0.5_inconvenient ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4123977==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f76757f62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f765f5fa0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7671737082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model cooperative cooperative0_inconvenient ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4124033==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f040a7162f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f03f45160cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0406657082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model cooperative cooperative0_inconvenient2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,148
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4124187==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f51ff8a72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f51e96960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f51fb7e8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model cooperative cooperative0_superconvenient ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4124211==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe08f4b82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe0792ba0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe08b3f9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model cooperative cooperative1_inconvenient ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4123968==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f644a7512f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f643453e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6446692082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model cooperative default_noKeepRight ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4123909==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8459a842f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f84438880cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f84559c5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model cooperative overlappingLeader ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4123919==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fecdaf252f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fecc4d280cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fecd6e66082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model cooperative overlappingLeader_ignore ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4123951==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4c0c2ce2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4bf60bd0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4c0820f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model depart_random_last ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,64
> 
> =================================================================
> ==4135023==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3cb14182f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3c9b69a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3cad359082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 1520 byte(s) in 10 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model future_braking ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4136899==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f789059f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f787a7fc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f788c4e0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model junction bicycle_box lane_choice ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4126093==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efc7807f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efc622ee0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efc73fc0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model junction indirect_left_moped ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4127002==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4aed6e92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4ad74e80cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4ae962a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model junction junction_leader_sibling_block ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4126318==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2111fd62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f20fc2370cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f210df17082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model junction junction_leader_sibling_block2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4126412==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd3840402f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd36e28c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd37ff81082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model junction junction_leader_sibling_diffWidth ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4126612==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fba0bd792f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb9f5fd60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fba07cba082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model junction junction_leader_sibling_pass ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4126251==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2c7efa52f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2c692040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2c7aee6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model junction lane_split_conflict ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4126159==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fea3a0d62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fea243480cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fea36017082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model junction lcLookaheadLeft ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4126186==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc3d70522f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc3c12c10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc3d2f93082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model junction lefthand ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4126963==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f96eb67e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f96d58d90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f96e75bf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model junction overlapping_internal ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4126588==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8768a602f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8752cde0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f87649a1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model junction turnAlignment basic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4125679==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f38d4b822f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f38beddf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f38d0ac3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model junction turnAlignment bikes_lefthand ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4125784==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcc3ebcc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcc28e290cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcc3ab0d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model junction turnAlignment bikes_lefthand_center ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,81
> 
> =================================================================
> ==4125836==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f38fcf072f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f38e71640cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f38f8e48082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model junction turnAlignment bikes_lefthand_matching_shift ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4125881==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb1f96952f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb1e39040cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb1f55d6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model junction turnAlignment bikes_lefthand_matching_shift_center ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4125940==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa9fcfad2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa9e72070cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa9f8eee082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model junction turnAlignment bikes_righthand ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4125703==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc9898142f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc973a740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc985755082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model junction turnAlignment bikes_righthand_center ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,36
> /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:309:12: runtime error: reference binding to null pointer of type 'GUINet'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:309:12 in 
> /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:159:18: runtime error: member call on null pointer of type 'GUINet'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:159:18 in 
> /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:403:9: runtime error: member call on null pointer of type 'GUINet *'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:403:9 in 
> AddressSanitizer:DEADLYSIGNAL
> =================================================================
> ==4125741==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x0000009260d0 bp 0x7efc92cfd3b0 sp 0x7efc92cfd2d0 T1)
> ==4125741==The signal is caused by a READ memory access.
> ==4125741==Hint: address points to the zero page.
>     #0 0x9260d0 in GUINet::setSimDuration(int) /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:404:5
>     #1 0x6dcca2 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:159:18
>     #2 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #3 0x7efca64734f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
>     #4 0x7efca5e74608 in start_thread /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:477:8
>     #5 0x7efca2014132 in clone /build/glibc-SzIz7B/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model junction turnAlignment moped_indirect_left ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
22a33,104
> 
> =================================================================
> ==4126016==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f16405252f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f162a7940cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f163c466082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model junction wide_lane_merge2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4126648==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f97f2d162f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f97dcf840cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f97eec57082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model junction wide_lane_merge2_unregulated ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4126661==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f574c2e72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f57365590cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5748228082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model junction wide_lane_merge2_zipper ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4126671==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f964604f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f96302c10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9641f90082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model junction wide_lane_split2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4126634==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc89c9552f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc886bb10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc898896082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model junction width_change ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4127016==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f83695022f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f83537740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8365443082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model lane_discipline ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4136943==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7f16e752f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7f010e60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7f12db6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model latAlignment arbitrary ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4133069==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa787fe82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa7722450cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa783f29082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model latAlignment arbitrary_stopped ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4133152==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd680daa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd66b01c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd67cceb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model latAlignment center ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4132817==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5870b592f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f585adcc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f586ca9a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model latAlignment default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4132812==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f605edaf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f604900c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f605acf0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model latAlignment given-2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4133144==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa502e212f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa4ed0900cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa4fed62082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model latAlignment given1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4133126==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fcdba0392f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fcda42a90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fcdb5f7a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model latAlignment left ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4132865==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc0e4d9a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc0cf00c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc0e0cdb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model latAlignment right ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4132826==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6e49e892f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6e340fa0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6e45dca082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model lateral_speed 1edge_2lanes_compact_mixed_maxSpeedLatStanding ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4127034==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f83263592f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f83105b60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f832229a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model lateral_speed 1edge_2lanes_compact_mixed_maxSpeedLatStanding_2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4127043==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f25ea6bf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f25d49310cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f25e6600082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model lateral_speed lcSigma ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4127814==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f80e51dc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f80cf44e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f80e111d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model lateral_speed leaderStopped_maxSpeedLatStanding_0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4127298==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4e90a7f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4e7acde0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4e8c9c0082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model lateral_speed ramp_end_maxSpeedLatStanding_0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4127173==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f668a2072f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f667447a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6686148082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model lateral_speed ramp_end_maxSpeedLatStanding_0.5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4127112==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5f853c82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5f6f6380cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5f81309082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model lateral_speed ramp_end_maxSpeedLatStanding_1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4127063==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f77e0c282f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f77cae960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f77dcb69082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model lateral_speed red_light_maxDistLatStanding_3.2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4127770==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fac815d32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fac6b8450cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fac7d514082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model lateral_speed red_light_maxDistLatStanding_default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4127474==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb241b0e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb22bd800cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb23da4f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model lateral_speed red_light_maxDistLatStanding_default_bike ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4127598==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f53c99e22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f53b3c540cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f53c5923082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model lateral_speed red_light_maxSpeedLatStanding_0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4127469==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2d6253d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2d4c7ad0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2d5e47e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model lateral_speed red_light_maxSpeedLatStanding_1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4127458==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8fa79b62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8f91c260cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8fa38f7082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model motorway change_reason ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4125295==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f07d93c72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f07c36360cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f07d5308082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model motorway change_reason2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4125475==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0e5ce7a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0e4710c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0e58dbb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model motorway cooperative_change ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4125216==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbb7a5632f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbb647bf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbb764a4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model motorway cooperative_change_highres ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4125292==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f66800982f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f666a30a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f667bfd9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model motorway nopush_for_merge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4124917==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f4e01ad72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4debd490cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f4dfda18082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model motorway nopush_for_merge_end_gap ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4125072==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8edde572f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8ec80c60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8ed9d98082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model motorway nopush_for_merge_impatience ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,96
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Warning: Teleporting vehicle 'B.144'; collision with vehicle 'B.141', lane='beg_1', gap=-0.50', latGap=-1.80, time=231.00 stage=move.
> Warning: Vehicle 'B.144' ends teleporting on edge 'end', time=231.00.
> 
> =================================================================
> ==4124977==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5ba4c152f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5b8ee840cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model motorway nopush_for_merge_impatience_growth ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,96
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Warning: Teleporting vehicle 'B.144'; collision with vehicle 'B.141', lane='beg_1', gap=-0.50', latGap=-1.80, time=231.00 stage=move.
> Warning: Vehicle 'B.144' ends teleporting on edge 'end', time=231.00.
> 
> =================================================================
> ==4125047==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f46629ea2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f464cc5c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model motorway nopush_for_merge_undercut_frontgap ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4125123==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5a4c09b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5a362f70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5a47fdc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model motorway nopushy_encroach ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4124960==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff902a0f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff8ecc800cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff8fe950082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model motorway overtaking_right_forbidden ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,80
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4125486==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f171d28b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f17074fc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f17191cc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model motorway push_for_merge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4124666==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f1ededc22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1ec90340cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1edad03082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model motorway push_for_merge_equalize_gaps ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4124837==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7feac2a3e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7feaaccaf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7feabe97f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model motorway push_for_merge_highres ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4124740==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3e6cabd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3e56d2f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3e689fe082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model motorway push_for_merge_ignored ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4124784==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd03d7e02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd027a520cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd039721082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model motorway push_for_merge_pushygap ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4124679==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fccdd1de2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fccc743b0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fccd911f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model motorway push_for_merge_ramp_mixed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4124863==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f775f3ef2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f77496610cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f775b330082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model motorway smallpush_for_merge ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4124981==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7bbfb6a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7ba9dda0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7bbbaab082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model motorway strategic_disable ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4125544==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f667e6bf2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f66689310cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f667a600082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model motorway strategic_stay_and_speedgain ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4124582==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8e45b982f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8e2fe0a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8e41ad9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model motorway strategic_stay_and_speedgain2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,61
> 
> =================================================================
> ==4124591==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2d8f66c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2d798de0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2d8b5ad082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 304 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving 2lanes_emergency ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4132109==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efd850412f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efd6f29c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efd80f82082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving bugs ticket10927 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,139
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4132531==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 114304 byte(s) in 752 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f43d87784f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving bugs ticket11481 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,139
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4132729==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 114304 byte(s) in 752 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7f5a034914f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving bugs ticket2316_maxSpeedLat ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4132136==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efefa8c42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efee4b210cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efef6805082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving bugs ticket4610 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4132304==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f27315682f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f271b7d60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f272d4a9082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving bugs ticket5238 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,136
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4132361==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5a615262f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5a4b7960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5a5d467082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving bugs ticket5860 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4132443==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f10455f42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f102f3f30cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1041535082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving bugs ticket8889 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4132459==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3b384f72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3b227540cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3b34438082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving bugs ticket8890 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4132471==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f64dc2632f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f64c64c40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f64d81a4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving emergency_redlight ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4132084==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f7efa6eb2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f7ee495d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f7ef662c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving forklifter_demo ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,54
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4131277==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 864 byte(s) in 2 object(s) allocated from:
>     #0 0x5915f2 in calloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5915f2)
>     #1 0x7f89716a6253  (<unknown module>)
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8987bd42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f897181d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving long_queue ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,148
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4131925==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ffad61a32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ffac04140cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ffad20e4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving long_queue_emergency ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,148
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4132005==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbae0f492f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbacb1a40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbadce8a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving no_overtaking_across_minor_link ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4131806==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f249830f2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f24825800cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2494250082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving no_overtaking_across_minor_link2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4131819==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f28d78e62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f28c1b480cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f28d3827082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving opposite_ends ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4131390==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6b4edd82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6b3903a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6b4ad19082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving overtaking_2stopped ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4130921==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7efdd5ee82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7efdc015a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7efdd1e29082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving overtaking_2stopped_2edges ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4131557==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f454aa642f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f4534cc10cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f45469a5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving overtaking_2stopped_collision ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4131005==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd75fcfc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd749f6e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd75bc3d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving overtaking_multilane_unusable ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4130541==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f912edc42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f91190360cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f912ad05082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving overtaking_noconflict ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4130485==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2417b352f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2401da50cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2413a76082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving overtaking_noconflict_2edges ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4131373==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f397feb12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f396a1120cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f397bdf2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving overtaking_noconflict_2edges_subsec ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4131384==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f05d6cf22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f05c0f540cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f05d2c33082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving overtaking_noconflict_changeForbidden ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4130531==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9ee1fa92f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9ecc21a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9eddeea082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving overtaking_noconflict_forbidden ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4130512==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5e06d1d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5df0f900cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5e02c5e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving overtaking_noconflict_subsecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4130564==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fbf565972f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fbf407fa0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fbf524d8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving overtaking_slow ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4131167==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f04fd9e22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f04e7c520cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f04f9923082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving overtaking_stopped ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4130782==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3dd45f72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3dbe8670cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3dd0538082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving overtaking_stopped_collision ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4131065==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc81feff2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc80a16c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc81be40082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving overtaking_stopped_failure ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4131471==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd83c90e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd826b800cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd83884f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving overtaking_stopped_laneGain ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
1a12,134
> 
> =================================================================
> ==4131097==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6d805222f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6d6a7820cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6d7c463082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving overtaking_stopped_laneGain_wide ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
3a14,136
> 
> =================================================================
> ==4131100==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3f09df82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3ef405a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3f05d39082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving overtaking_stopped_maxSpeedLatFactor ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4130864==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb902a362f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb8ecca70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb8fe977082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving overtaking_stopped_subsecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4131042==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f188acdd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f1874f3f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1886c1e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving overtaking_vehicle_blocks_minor_road ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4131562==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f107efd72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f10692470cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f107af18082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving overtaking_vehicle_blocks_minor_road2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4131654==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f86fa9622f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f86e4bd40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f86f68a3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving overtaking_vehicle_blocks_minor_road3 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4131677==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc3273aa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc31160c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc3232eb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving return_no_opposite_leader ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4131835==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f866ca9a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8656cfc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f86689db082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving stop_opposite 2edges ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4130106==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f893aa622f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8924cbf0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f89369a3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving stop_opposite 2lanes_3opposite ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4129915==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8b19d192f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8b03f8a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8b15c5a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving stop_opposite 2lanes_3opposite_late ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4129960==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa1e98aa2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa1d3b1c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa1e57eb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving stop_opposite 2lanes_3opposite_late_arrivalLane ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4130001==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff6c88262f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff6b2a960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff6c4767082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving stop_opposite 2lanes_3opposite_long ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4130040==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6274b9e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f625ee0c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6270adf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving stop_opposite 2lanes_forward ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4129775==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f94d359b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f94bd80c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f94cf4dc082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving stop_opposite 2lanes_opposite ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4129892==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f909a3702f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f90845de0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f90962b1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving stop_opposite 3oncoming_parking ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4130236==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9f2976b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9f139b60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9f256ac082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving stop_opposite 3oncoming_stopPosLat ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4130287==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f154c6f62f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f15369580cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1548637082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving stop_opposite 3oncoming_stopPosLat_danger ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4130300==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa30137e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa2eb5c90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa2fd2bf082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving stop_opposite 3oncoming_stopPosLat_danger2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4130381==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f92f075e2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f92da9be0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f92ec69f082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving stop_opposite 3oncoming_stopPosLat_danger3 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4130376==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7ff12809a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7ff1122fc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7ff123fdb082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving stop_opposite noconflict ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4129610==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f12b1a9a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f129bd0c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f12ad9db082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model opposite_direction_driving stop_opposite noconflict_parking ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,121
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4129685==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f3ede0dd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f3ec834f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f3eda01e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model overtaking_right overtaking_right_allowed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4123296==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9f50ca72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9f3af1a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9f4cbe8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model overtaking_right overtaking_right_congested ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4123181==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6f499e72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6f33c590cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6f45928082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model overtaking_right overtaking_right_emergency ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4123307==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f08dda242f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f08c7c960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f08d9965082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model overtaking_right overtaking_right_forbidden ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4123164==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f894e3c32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f89386330cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f894a304082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model overtaking_right overtaking_right_forbidden_to_fast_to_stop ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4123281==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2c9e8ff2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2c88b6e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f2c9a840082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model overtaking_right overtaking_right_forbidden_violate ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,61
> 
> =================================================================
> ==4123227==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f52d7b1c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f52c1d750cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f52d3a5d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
> Indirect leak of 304 byte(s) in 2 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
>     #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
>     #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model overtaking_right overtaking_right_road_speed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4123178==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f59c75da2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f59b184c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f59c351b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model push_fail_adapt_speed ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4136493==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f07a94402f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f079369c0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f07a5381082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model rescueLane ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4136914==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fed76e472f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fed610940cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fed72d88082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model roundabout low_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4127820==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 42864 byte(s) in 282 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fb3393664f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model roundabout low_traffic_subsecond ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4127872==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 79344 byte(s) in 522 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fec4b7b34f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model roundabout medium_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4127885==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f88fc6642f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f88e64760cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f88f85a5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model roundabout mixed low_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4128223==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 42864 byte(s) in 282 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fe867ec84f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model roundabout mixed medium_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4128290==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f860d8632f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f85f76610cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f86097a4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model roundabout no_cooperation low_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,97
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4128727==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 42864 byte(s) in 282 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
>     #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
>     #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
>     #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
>     #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
>     #6 0x17ccad6 in MSInsertionControl::determineCandidates(long long) /home/delphi/clangDebug/sumo/src/microsim/MSInsertionControl.cpp:245:57
>     #7 0x1af28bf in MSNet::simulationStep() /home/delphi/clangDebug/sumo/src/microsim/MSNet.cpp:689:17
>     #8 0x91d1ae in GUINet::simulationStep() /home/delphi/clangDebug/sumo/src/guisim/GUINet.cpp:232:12
>     #9 0x6ddd28 in GUIRunThread::makeStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:186:16
>     #10 0x6dc478 in GUIRunThread::tryStep() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:154:9
>     #11 0x6daf6e in GUIRunThread::run() /home/delphi/clangDebug/sumo/src/gui/GUIRunThread.cpp:125:13
>     #12 0x7fc1ec6414f2 in FX::FXThread::execute(void*) (/usr/lib/x86_64-linux-gnu/libFOX-1.6.so.0+0x2624f2)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model roundabout no_cooperation medium_traffic ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4129066==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9e992e42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9e830f60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9e95225082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model speedGain default ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4123311==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f20978bc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f20816bb0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f20937fd082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model speedGain keepRight0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4123378==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f114d6f02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f11375020cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f1149631082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model speedGain keepRight0_speedGainLookahead0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4123695==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f670dfa42f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f66f7db40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6709ee5082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model speedGain keepRight0_speedGainLookahead5 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4123810==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f874a5c22f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f87343d40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f8746503082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model speedGain laneSpeed_higher ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4123898==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f62551492f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f623ef590cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f625108a082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model speedGain lcSpeedGainRight1 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4123678==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f942d52b2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f94173280cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f942946c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model speedGain speedGain0 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4123422==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f043ff912f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0429d8e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f043bed2082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model speedGain speedGain2 ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4123374==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f80911482f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f807af590cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f808d089082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model stay_on_road ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4136221==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd13d7e12f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd127a530cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd139722082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model strategic overtake_stopped_bike_on_the_left ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4124565==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f9feddfd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f9fd805e0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9fe9d3e082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST FAILED on ts-sim-build-ba : sublane_model strategic overtake_stopped_on_the_left ( Last six runs Oct2022 )

---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4124372==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdaada852f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fda97ce60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdaa99c6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

Detailed information for the tests that had known bugs:

TEST had known bugs (#3969) on ts-sim-build-ba : action_step_length LC_dynamics onRamp marked_lane ( Last six runs Oct2022 )

#3969
(This bug was triggered by text found in file 'output' matching '.*')
---------- Differences in aggregated300 ----------
5c5
<     <interval begin="0.00" end="1030.00" id="laneData">
---
>     <interval begin="0.00" end="1046.90" id="laneData">
12,13c12,13
<             <lane id="beg2_0" sampledSeconds="2328.77" traveltime="102.18" overlapTraveltime="104.04" density="0.75" occupancy="0.37" waitingTime="0.00" speed="28.85" departed="363" arrived="0" entered="0" left="283" laneChangedFrom="80" laneChangedTo="0"/>
<             <lane id="beg2_1" sampledSeconds="2183.89" traveltime="86.88" overlapTraveltime="87.09" density="0.71" occupancy="0.35" waitingTime="0.00" speed="34.47" departed="332" arrived="0" entered="0" left="412" laneChangedFrom="0" laneChangedTo="80"/>
---
>             <lane id="beg2_0" sampledSeconds="2335.53" traveltime="110.48" overlapTraveltime="112.29" density="0.74" laneDensity="0.74" occupancy="0.37" waitingTime="1.60" timeLoss="586.07" speed="26.74" speedRelative="0.74" departed="341" arrived="0" entered="0" left="279" laneChangedFrom="64" laneChangedTo="2"/>
>             <lane id="beg2_1" sampledSeconds="2175.25" traveltime="93.46" overlapTraveltime="93.85" density="0.69" laneDensity="0.69" occupancy="0.34" waitingTime="0.00" timeLoss="255.24" speed="31.99" speedRelative="0.89" departed="303" arrived="0" entered="0" left="365" laneChangedFrom="2" laneChangedTo="64"/>
16,17c16,17
<             <lane id="end_0" sampledSeconds="4033.76" traveltime="8.85" overlapTraveltime="9.02" density="19.88" occupancy="9.64" waitingTime="0.00" speed="22.39" departed="0" arrived="448" entered="448" left="0" laneChangedFrom="0" laneChangedTo="0"/>
<             <lane id="end_1" sampledSeconds="2637.89" traveltime="5.88" overlapTraveltime="6.02" density="13.00" occupancy="6.35" waitingTime="0.00" speed="33.56" departed="0" arrived="439" entered="439" left="0" laneChangedFrom="0" laneChangedTo="0"/>
---
>             <lane id="end_0" sampledSeconds="3782.73" traveltime="9.11" overlapTraveltime="9.33" density="18.34" laneDensity="18.34" occupancy="8.95" waitingTime="0.00" timeLoss="1480.84" speed="21.65" speedRelative="0.60" departed="0" arrived="413" entered="413" left="0" laneChangedFrom="1" laneChangedTo="1"/>
>             <lane id="end_1" sampledSeconds="2788.23" traveltime="6.53" overlapTraveltime="6.69" density="13.52" laneDensity="13.52" occupancy="6.65" waitingTime="0.00" timeLoss="468.44" speed="30.20" speedRelative="0.84" departed="0" arrived="424" entered="424" left="0" laneChangedFrom="1" laneChangedTo="1"/>
26,28c26,28
<             <lane id="merge_0" sampledSeconds="2828.16" traveltime="20.82" overlapTraveltime="21.89" density="28.31" occupancy="14.00" waitingTime="1155.00" speed="4.66" departed="0" arrived="0" entered="192" left="0" laneChangedFrom="192" laneChangedTo="0"/>
<             <lane id="merge_1" sampledSeconds="2919.07" traveltime="8.32" overlapTraveltime="8.78" density="29.22" occupancy="13.91" waitingTime="113.00" speed="11.61" departed="0" arrived="0" entered="283" left="448" laneChangedFrom="27" laneChangedTo="192"/>
<             <lane id="merge_2" sampledSeconds="1320.89" traveltime="2.95" overlapTraveltime="3.10" density="13.22" occupancy="6.29" waitingTime="0.00" speed="32.86" departed="0" arrived="0" entered="412" left="439" laneChangedFrom="0" laneChangedTo="27"/>
---
>             <lane id="merge_0" sampledSeconds="5585.32" traveltime="39.43" overlapTraveltime="41.47" density="55.00" laneDensity="55.00" occupancy="27.23" waitingTime="2840.70" timeLoss="5202.15" speed="2.46" speedRelative="0.07" departed="0" arrived="0" entered="193" left="0" laneChangedFrom="193" laneChangedTo="0"/>
>             <lane id="merge_1" sampledSeconds="3245.90" traveltime="9.88" overlapTraveltime="10.41" density="31.96" laneDensity="31.96" occupancy="15.30" waitingTime="420.30" timeLoss="2350.91" speed="9.80" speedRelative="0.27" departed="0" arrived="0" entered="279" left="413" laneChangedFrom="59" laneChangedTo="193"/>
>             <lane id="merge_2" sampledSeconds="1590.19" traveltime="3.88" overlapTraveltime="4.07" density="15.66" laneDensity="15.66" occupancy="7.47" waitingTime="25.30" timeLoss="493.02" speed="25.04" speedRelative="0.70" departed="0" arrived="0" entered="365" left="424" laneChangedFrom="0" laneChangedTo="59"/>
34c34
<             <lane id="onRamp_0" sampledSeconds="1851.43" traveltime="9.51" overlapTraveltime="9.81" density="5.95" occupancy="2.93" waitingTime="0.00" speed="31.33" departed="192" arrived="0" entered="0" left="192" laneChangedFrom="0" laneChangedTo="0"/>
---
>             <lane id="onRamp_0" sampledSeconds="2309.01" traveltime="11.45" overlapTraveltime="12.17" density="7.30" laneDensity="7.30" occupancy="3.54" waitingTime="54.00" timeLoss="681.39" speed="25.25" speedRelative="0.70" departed="193" arrived="0" entered="0" left="193" laneChangedFrom="0" laneChangedTo="0"/>
---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4140910==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f30c62832f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f30b00710cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f30c21c4082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,2c1,2
< Loading net-file from 'motorway.net.xml'... done ((TIME)).
< Loading additional-files from 'input_additional.add.xml'... done ((TIME)).
---
> Loading net-file from 'motorway.net.xml' ... done ((TIME)).
> Loading additional-files from 'input_additional.add.xml' ... done ((TIME)).
4,5c4,5
< Simulation started with time: 0.00..
< Simulation ended at time: 1030.00
---
> Simulation started with time: 0.00.
> Simulation ended at time: 1046.90
9c9
<  Inserted: 887
---
>  Inserted: 837
12,16c12,17
< Statistics (avg):
<  RouteLength: 521.02
<  Duration: 22.82
<  WaitingTime: 1.43
<  TimeLoss: 7.85
---
> Statistics (avg of 837):
>  RouteLength: 522.39
>  Speed: 24.74
>  Duration: 28.20
>  WaitingTime: 4.02
>  TimeLoss: 13.63
---------- New result in exitcode ----------
1

TEST had known bugs (#3969) on ts-sim-build-ba : action_step_length LC_dynamics onRamp unmarked_lane ( Last six runs Oct2022 )

#3969
(This bug was triggered by text found in file 'output' matching '.*')
---------- Differences in aggregated300 ----------
5c5
<     <interval begin="0.00" end="1018.00" id="laneData">
---
>     <interval begin="0.00" end="1058.70" id="laneData">
12,13c12,13
<             <lane id="beg2_0" sampledSeconds="2270.89" traveltime="101.64" overlapTraveltime="102.90" density="0.74" occupancy="0.37" waitingTime="15.00" speed="29.17" departed="359" arrived="0" entered="0" left="269" laneChangedFrom="90" laneChangedTo="0"/>
<             <lane id="beg2_1" sampledSeconds="2200.02" traveltime="87.61" overlapTraveltime="87.83" density="0.72" occupancy="0.36" waitingTime="0.00" speed="34.18" departed="331" arrived="0" entered="0" left="421" laneChangedFrom="0" laneChangedTo="90"/>
---
>             <lane id="beg2_0" sampledSeconds="6430.58" traveltime="336.71" overlapTraveltime="349.40" density="2.03" laneDensity="2.03" occupancy="0.99" waitingTime="292.70" timeLoss="4894.81" speed="8.59" speedRelative="0.24" departed="351" arrived="0" entered="0" left="206" laneChangedFrom="147" laneChangedTo="2"/>
>             <lane id="beg2_1" sampledSeconds="4457.73" traveltime="173.32" overlapTraveltime="174.32" density="1.40" laneDensity="1.40" occupancy="0.69" waitingTime="12.30" timeLoss="2324.08" speed="17.22" speedRelative="0.48" departed="293" arrived="0" entered="0" left="438" laneChangedFrom="2" laneChangedTo="147"/>
16,17c16,17
<             <lane id="end_0" sampledSeconds="3999.82" traveltime="8.64" overlapTraveltime="8.81" density="19.94" occupancy="9.68" waitingTime="0.00" speed="22.93" departed="0" arrived="455" entered="455" left="0" laneChangedFrom="0" laneChangedTo="0"/>
<             <lane id="end_1" sampledSeconds="2742.02" traveltime="5.96" overlapTraveltime="6.10" density="13.67" occupancy="6.68" waitingTime="0.00" speed="33.09" departed="0" arrived="450" entered="450" left="0" laneChangedFrom="0" laneChangedTo="0"/>
---
>             <lane id="end_0" sampledSeconds="3429.60" traveltime="10.70" overlapTraveltime="10.95" density="16.44" laneDensity="16.44" occupancy="7.96" waitingTime="0.00" timeLoss="1665.75" speed="18.45" speedRelative="0.51" departed="0" arrived="319" entered="324" left="0" laneChangedFrom="5" laneChangedTo="0"/>
>             <lane id="end_1" sampledSeconds="3693.44" traveltime="7.08" overlapTraveltime="7.25" density="17.71" laneDensity="17.71" occupancy="8.70" waitingTime="0.00" timeLoss="835.09" speed="27.85" speedRelative="0.77" departed="0" arrived="518" entered="513" left="0" laneChangedFrom="0" laneChangedTo="5"/>
26,28c26,28
<             <lane id="merge_0" sampledSeconds="1620.55" traveltime="10.94" overlapTraveltime="11.51" density="16.41" occupancy="8.07" waitingTime="294.00" speed="8.87" departed="0" arrived="0" entered="215" left="0" laneChangedFrom="215" laneChangedTo="0"/>
<             <lane id="merge_1" sampledSeconds="2612.78" traveltime="7.56" overlapTraveltime="7.99" density="26.46" occupancy="12.58" waitingTime="111.00" speed="12.77" departed="0" arrived="0" entered="269" left="455" laneChangedFrom="29" laneChangedTo="215"/>
<             <lane id="merge_2" sampledSeconds="1378.41" traveltime="3.00" overlapTraveltime="3.15" density="13.96" occupancy="6.64" waitingTime="0.00" speed="32.34" departed="0" arrived="0" entered="421" left="450" laneChangedFrom="0" laneChangedTo="29"/>
---
>             <lane id="merge_0" sampledSeconds="4361.80" traveltime="29.13" overlapTraveltime="30.63" density="42.47" laneDensity="42.47" occupancy="20.98" waitingTime="741.60" timeLoss="3956.52" speed="3.33" speedRelative="0.09" departed="0" arrived="0" entered="193" left="0" laneChangedFrom="193" laneChangedTo="0"/>
>             <lane id="merge_1" sampledSeconds="7912.82" traveltime="37.11" overlapTraveltime="37.31" density="77.05" laneDensity="77.05" occupancy="37.09" waitingTime="1260.50" timeLoss="7310.08" speed="2.73" speedRelative="0.08" departed="0" arrived="0" entered="205" left="324" laneChangedFrom="74" laneChangedTo="193"/>
>             <lane id="merge_2" sampledSeconds="2877.65" traveltime="5.74" overlapTraveltime="5.96" density="28.02" laneDensity="28.02" occupancy="13.36" waitingTime="17.00" timeLoss="1510.26" speed="17.10" speedRelative="0.48" departed="0" arrived="0" entered="439" left="513" laneChangedFrom="0" laneChangedTo="74"/>
34c34
<             <lane id="onRamp_0" sampledSeconds="2079.28" traveltime="9.59" overlapTraveltime="9.83" density="6.76" occupancy="3.34" waitingTime="2.00" speed="31.24" departed="215" arrived="0" entered="0" left="215" laneChangedFrom="0" laneChangedTo="0"/>
---
>             <lane id="onRamp_0" sampledSeconds="2131.92" traveltime="10.73" overlapTraveltime="11.23" density="6.66" laneDensity="6.66" occupancy="3.25" waitingTime="2.60" timeLoss="504.29" speed="27.35" speedRelative="0.76" departed="193" arrived="0" entered="0" left="193" laneChangedFrom="0" laneChangedTo="0"/>
---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4140889==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f984a7f02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f98345df0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f9846731082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- Differences in lanechanges ----------
5,338c5,426
<     <change id="onRamp.0" type="t0" time="12.00" from="merge_0" to="merge_1" dir="1" speed="29.47" pos="12.52" reason="strategic|urgent" leaderGap="64.66" leaderSecureGap="0.00" followerGap="33.84" followerSecureGap="28.75" origLeaderGap="None" origLeaderSecureGap="None"/>
<     <change id="main.10" type="t0" time="17.00" from="beg2_0" to="beg2_1" dir="1" speed="38.49" pos="2875.80" reason="speedGain" leaderGap="90.24" leaderSecureGap="65.77" followerGap="38.75" followerSecureGap="8.48" origLeaderGap="96.59" origLeaderSecureGap="100.90"/>
<     <change id="onRamp.1" type="t0" time="20.00" from="merge_0" to="merge_1" dir="1" speed="26.98" pos="25.48" reason="strategic|urgent" leaderGap="36.57" leaderSecureGap="10.93" followerGap="192.15" followerSecureGap="57.47" origLeaderGap="None" origLeaderSecureGap="None"/>
<     <change id="onRamp.2" type="t0" time="23.00" from="merge_0" to="merge_1" dir="1" speed="28.22" pos="19.45" reason="strategic|urgent" leaderGap="90.74" leaderSecureGap="15.60" followerGap="91.72" followerSecureGap="51.63" origLeaderGap="None" origLeaderSecureGap="None"/>
<     <change id="main.16" type="t0" time="30.00" from="beg2_0" to="beg2_1" dir="1" speed="35.58" pos="2940.42" reason="cooperative|urgent" leaderGap="103.13" leaderSecureGap="36.92" followerGap="35.66" followerSecureGap="25.33" origLeaderGap="114.55" origLeaderSecureGap="56.84"/>
<     <change id="onRamp.3" type="t0" time="31.00" from="merge_0" to="merge_1" dir="1" speed="14.78" pos="79.33" reason="strategic|urgent" leaderGap="8.19" leaderSecureGap="0.00" followerGap="183.69" followerSecureGap="111.62" origLeaderGap="None" origLeaderSecureGap="None"/>
<     <change id="onRamp.4" type="t0" time="32.00" from="merge_0" to="merge_1" dir="1" speed="21.72" pos="49.74" reason="strategic|urgent" leaderGap="41.83" leaderSecureGap="38.88" followerGap="122.62" followerSecureGap="83.93" origLeaderGap="None" origLeaderSecureGap="None"/>
<     <change id="main.26" type="t0" time="45.00" from="beg2_0" to="beg2_1" dir="1" speed="40.96" pos="2961.39" reason="cooperative|urgent" leaderGap="108.64" leaderSecureGap="74.35" followerGap="54.77" followerSecureGap="0.00" origLeaderGap="156.68" origLeaderSecureGap="115.37"/>
<     <change id="onRamp.5" type="t0" time="46.00" from="merge_0" to="merge_1" dir="1" speed="2.78" pos="96.39" reason="strategic|urgent" leaderGap="54.21" leaderSecureGap="0.00" followerGap="188.35" followerSecureGap="150.50" origLeaderGap="None" origLeaderSecureGap="None"/>
<     <change id="main.28" type="t0" time="49.00" from="merge_1" to="merge_2" dir="1" speed="31.38" pos="4.13" reason="cooperative|urgent" leaderGap="31.91" leaderSecureGap="9.39" followerGap="None" followerSecureGap="None" origLeaderGap="108.61" origLeaderSecureGap="120.00"/>
<     <change id="onRamp.6" type="t0" time="50.00" from="merge_0" to="merge_1" dir="1" speed="25.28" pos="37.43" reason="strategic|urgent" leaderGap="86.99" leaderSecureGap="74.33" followerGap="194.04" followerSecureGap="152.52" origLeaderGap="None" origLeaderSecureGap="None"/>
<     <change id="main.29" type="t0" time="52.00" from="beg2_0" to="beg2_1" dir="1" speed="41.70" pos="2921.44" reason="speedGain" leaderGap="179.57" leaderSecureGap="105.62" followerGap="87.83" followerSecureGap="0.00" origLeaderGap="162.04" origLeaderSecureGap="156.17"/>
<     <change id="onRamp.7" type="t0" time="54.00" from="merge_0" to="merge_1" dir="1" speed="30.69" pos="5.81" reason="strategic|urgent" leaderGap="126.16" leaderSecureGap="66.45" followerGap="138.82" followerSecureGap="34.19" origLeaderGap="None" origLeaderSecureGap="None"/>
<     <change id="main.35" type="t0" time="63.00" from="beg2_0" to="beg2_1" dir="1" speed="31.67" pos="2988.30" reason="cooperative|urgent" leaderGap="50.61" leaderSecureGap="8.73" followerGap="61.69" followerSecureGap="26.99" origLeaderGap="83.50" origLeaderSecureGap="21.04"/>
<     <change id="onRamp.8" type="t0" time="64.00" from="merge_0" to="merge_1" dir="1" speed="4.59" pos="95.57" reason="strategic|urgent" leaderGap="9.41" leaderSecureGap="0.00" followerGap="173.19" followerSecureGap="118.53" origLeaderGap="None" origLeaderSecureGap="None"/>
<     <change id="onRamp.11" type="t0" time="64.00" from="merge_0" to="merge_1" dir="1" speed="25.39" pos="2.61" reason="strategic|urgent" leaderGap="87.96" leaderSecureGap="84.76" followerGap="80.24" followerSecureGap="59.16" origLeaderGap="25.09" origLeaderSecureGap="42.93"/>
<     <change id="main.41" type="t0" time="71.00" from="beg2_0" to="beg2_1" dir="1" speed="34.54" pos="2980.38" reason="speedGain" leaderGap="52.88" leaderSecureGap="45.78" followerGap="107.95" followerSecureGap="44.26" origLeaderGap="72.83" origLeaderSecureGap="93.05"/>
<     <change id="onRamp.9" type="t0" time="73.00" from="merge_0" to="merge_1" dir="1" speed="0.00" pos="97.00" reason="strategic|urgent" leaderGap="None" leaderSecureGap="None" followerGap="200.38" followerSecureGap="128.90" origLeaderGap="None" origLeaderSecureGap="None"/>
<     <change id="onRamp.10" type="t0" time="76.00" from="merge_0" to="merge_1" dir="1" speed="0.04" pos="96.33" reason="strategic|urgent" leaderGap="None" leaderSecureGap="None" followerGap="108.72" followerSecureGap="101.71" origLeaderGap="None" origLeaderSecureGap="None"/>
<     <change id="onRamp.12" type="t0" time="80.00" from="merge_0" to="merge_1" dir="1" speed="12.54" pos="84.84" reason="strategic|urgent" leaderGap="30.72" leaderSecureGap="18.14" followerGap="22.54" followerSecureGap="16.11" origLeaderGap="None" origLeaderSecureGap="None"/>
<     <change id="onRamp.13" type="t0" time="82.00" from="merge_0" to="merge_1" dir="1" speed="12.06" pos="75.23" reason="strategic|urgent" leaderGap="7.09" leaderSecureGap="3.02" followerGap="17.67" followerSecureGap="10.67" origLeaderGap="None" origLeaderSecureGap="None"/>
<     <change id="main.45" type="t0" time="83.00" from="merge_1" to="merge_2" dir="1" speed="12.78" pos="65.34" reason="speedGain" leaderGap="4.82" leaderSecureGap="0.00" followerGap="168.09" followerSecureGap="114.75" origLeaderGap="17.00" origLeaderSecureGap="14.11"/>
<     <change id="onRamp.14" type="t0" time="83.00" from="merge_0" to="merge_1" dir="1" speed="14.39" pos="57.45" reason="strategic|urgent" leaderGap="24.89" leaderSecureGap="19.83" followerGap="16.96" followerSecureGap="9.95" origLeaderGap="None" origLeaderSecureGap="None"/>
<     <change id="main.47" type="t0" time="83.00" from="merge_1" to="merge_2" dir="1" speed="13.20" pos="35.49" reason="speedGain" leaderGap="24.85" leaderSecureGap="14.06" followerGap="138.24" followerSecureGap="113.90" origLeaderGap="16.96" origLeaderSecureGap="9.95"/>
<     <change id="main.53" type="t0" time="89.00" from="beg2_0" to="beg2_1" dir="1" speed="34.93" pos="2935.39" reason="speedGain" leaderGap="82.80" leaderSecureGap="72.67" followerGap="34.22" followerSecureGap="20.00" origLeaderGap="97.29" origLeaderSecureGap="87.87"/>
<     <change id="onRamp.16" type="t0" time="90.00" from="merge_0" to="merge_1" dir="1" speed="27.92" pos="14.48" reason="strategic|urgent" leaderGap="44.81" leaderSecureGap="35.37" followerGap="108.95" followerSecureGap="65.49" origLeaderGap="59.52" origLeaderSecureGap="84.64"/>
<     <change id="main.55" type="t0" time="94.00" from="merge_1" to="merge_2" dir="1" speed="31.47" pos="31.25" reason="cooperative|urgent" leaderGap="25.13" leaderSecureGap="20.74" followerGap="59.38" followerSecureGap="50.64" origLeaderGap="90.68" origLeaderSecureGap="53.58"/>
<     <change id="main.61" type="t0" time="100.00" from="beg2_0" to="beg2_1" dir="1" speed="36.99" pos="2980.42" reason="cooperative|urgent" leaderGap="43.29" leaderSecureGap="24.67" followerGap="38.03" followerSecureGap="18.73" origLeaderGap="63.02" origLeaderSecureGap="48.02"/>
<     <change id="onRamp.15" type="t0" time="102.00" from="merge_0" to="merge_1" dir="1" speed="0.00" pos="97.00" reason="strategic|urgent" leaderGap="None" leaderSecureGap="None" followerGap="122.91" followerSecureGap="117.84" origLeaderGap="None" origLeaderSecureGap="None"/>
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,2c1,2
< Loading net-file from 'motorway.net.xml'... done ((TIME)).
< Loading additional-files from 'input_additional.add.xml'... done ((TIME)).
---
> Loading net-file from 'motorway.net.xml' ... done ((TIME)).
> Loading additional-files from 'input_additional.add.xml' ... done ((TIME)).
4,5c4,5
< Simulation started with time: 0.00..
< Simulation ended at time: 1018.00
---
> Simulation started with time: 0.00.
> Simulation ended at time: 1058.70
9c9
<  Inserted: 905
---
>  Inserted: 837
12,16c12,17
< Statistics (avg):
<  RouteLength: 523.07
<  Duration: 21.06
<  WaitingTime: 0.47
<  TimeLoss: 6.01
---
> Statistics (avg of 837):
>  RouteLength: 522.39
>  Speed: 18.26
>  Duration: 41.73
>  WaitingTime: 2.88
>  TimeLoss: 27.15
---------- New result in exitcode ----------
1

TEST had known bugs (#3703) on ts-sim-build-ba : action_step_length Sublane 1edge_2lanes_compact_cars ( Last six runs Oct2022 )

#3703
(This bug was triggered by text found in file 'output' matching '.*')
---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4143074==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fa15bf242f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fa1461960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fa157e65082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- Differences in lanechanges ----------
5,44c5,50
<     <change id="cars.1" type="car" time="4.00" from="beg_1" to="beg_0" dir="-1" speed="3.52" pos="10.26" reason="sublane" leaderGap="None" leaderSecureGap="None" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="cars.2" type="car" time="7.00" from="beg_1" to="beg_0" dir="-1" speed="6.79" pos="18.13" reason="sublane" leaderGap="None" leaderSecureGap="None" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="cars.4" type="car" time="12.00" from="beg_1" to="beg_0" dir="-1" speed="7.90" pos="25.35" reason="sublane" leaderGap="46.39" leaderSecureGap="0.00" followerGap="13.05" followerSecureGap="0.00" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="cars.2" type="car" time="15.00" from="beg_0" to="beg_1" dir="1" speed="14.07" pos="118.10" reason="sublane" leaderGap="None" leaderSecureGap="None" followerGap="50.36" followerSecureGap="14.87" origLeaderGap="1.78" origLeaderSecureGap="18.57" latGap="None"/>
<     <change id="cars.6" type="car" time="15.00" from="beg_1" to="beg_0" dir="-1" speed="6.60" pos="18.35" reason="sublane" leaderGap="39.38" leaderSecureGap="0.00" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="cars.6" type="car" time="17.00" from="beg_0" to="beg_1" dir="1" speed="10.33" pos="37.35" reason="sublane" leaderGap="48.14" leaderSecureGap="2.23" followerGap="24.78" followerSecureGap="0.00" origLeaderGap="1.89" origLeaderSecureGap="13.36" latGap="None"/>
<     <change id="cars.6" type="car" time="22.00" from="beg_1" to="beg_0" dir="-1" speed="14.94" pos="107.43" reason="sublane" leaderGap="46.92" leaderSecureGap="19.89" followerGap="16.21" followerSecureGap="0.00" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="cars.11" type="car" time="25.00" from="beg_1" to="beg_0" dir="-1" speed="4.30" pos="11.42" reason="sublane" leaderGap="65.44" leaderSecureGap="0.00" followerGap="None" followerSecureGap="None" origLeaderGap="13.87" origLeaderSecureGap="0.09" latGap="None"/>
<     <change id="cars.3" type="car" time="27.00" from="beg_0" to="beg_1" dir="1" speed="14.98" pos="255.89" reason="speedGain" leaderGap="19.35" leaderSecureGap="20.63" followerGap="145.96" followerSecureGap="3.50" origLeaderGap="1.28" origLeaderSecureGap="23.59" latGap="None"/>
<     <change id="cars.13" type="car" time="33.00" from="beg_1" to="beg_0" dir="-1" speed="13.02" pos="57.08" reason="sublane" leaderGap="44.65" leaderSecureGap="10.19" followerGap="44.73" followerSecureGap="0.00" origLeaderGap="87.87" origLeaderSecureGap="5.45" latGap="None"/>
<     <change id="cars.11" type="car" time="35.00" from="beg_0" to="beg_1" dir="1" speed="13.67" pos="134.86" reason="sublane" leaderGap="57.72" leaderSecureGap="19.37" followerGap="41.42" followerSecureGap="23.82" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="cars.13" type="car" time="35.00" from="beg_0" to="beg_1" dir="1" speed="16.21" pos="88.44" reason="sublane" leaderGap="41.42" leaderSecureGap="23.82" followerGap="67.13" followerSecureGap="0.00" origLeaderGap="1.42" origLeaderSecureGap="20.51" latGap="None"/>
<     <change id="cars.4" type="car" time="36.00" from="beg_0" to="beg_1" dir="1" speed="0.22" pos="291.42" reason="sublane" leaderGap="2.58" leaderSecureGap="0.22" followerGap="3.14" followerSecureGap="4.38" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="cars.12" type="car" time="42.00" from="beg_0" to="beg_1" dir="1" speed="12.83" pos="185.42" reason="speedGain" leaderGap="11.48" leaderSecureGap="4.44" followerGap="99.74" followerSecureGap="2.97" origLeaderGap="13.20" origLeaderSecureGap="19.02" latGap="None"/>
<     <change id="cars.17" type="car" time="42.00" from="beg_1" to="beg_0" dir="-1" speed="11.65" pos="57.39" reason="sublane" leaderGap="18.29" leaderSecureGap="15.86" followerGap="None" followerSecureGap="None" origLeaderGap="139.51" origLeaderSecureGap="0.90" latGap="None"/>
<     <change id="cars.16" type="car" time="45.00" from="beg_1" to="beg_0" dir="-1" speed="9.53" pos="110.67" reason="keepRight" leaderGap="9.55" leaderSecureGap="6.19" followerGap="15.66" followerSecureGap="11.56" origLeaderGap="111.52" origLeaderSecureGap="0.00" latGap="None"/>
<     <change id="cars.17" type="car" time="46.00" from="beg_0" to="beg_1" dir="1" speed="10.09" pos="100.10" reason="speedGain" leaderGap="135.36" leaderSecureGap="3.73" followerGap="55.62" followerSecureGap="12.40" origLeaderGap="14.15" origLeaderSecureGap="12.68" latGap="None"/>
<     <change id="cars.17" type="car" time="49.00" from="beg_1" to="beg_0" dir="-1" speed="11.37" pos="135.04" reason="sublane" leaderGap="151.46" leaderSecureGap="20.60" followerGap="45.34" followerSecureGap="31.98" origLeaderGap="119.78" origLeaderSecureGap="20.60" latGap="None"/>
<     <change id="cars.19" type="car" time="52.00" from="beg_0" to="beg_1" dir="1" speed="16.64" pos="136.37" reason="speedGain" leaderGap="28.63" leaderSecureGap="30.69" followerGap="None" followerSecureGap="None" origLeaderGap="8.33" origLeaderSecureGap="29.04" latGap="None"/>
<     <change id="cars.17" type="car" time="53.00" from="beg_0" to="beg_1" dir="1" speed="11.95" pos="181.95" reason="sublane" leaderGap="104.55" leaderSecureGap="22.35" followerGap="25.32" followerSecureGap="23.64" origLeaderGap="2.24" origLeaderSecureGap="15.00" latGap="None"/>
<     <change id="cars.17" type="car" time="58.00" from="beg_1" to="beg_0" dir="-1" speed="12.13" pos="241.93" reason="speedGain" leaderGap="21.52" leaderSecureGap="17.59" followerGap="17.98" followerSecureGap="14.45" origLeaderGap="14.57" origLeaderSecureGap="22.88" latGap="None"/>
<     <change id="cars.19" type="car" time="59.00" from="beg_1" to="beg_0" dir="-1" speed="12.36" pos="231.30" reason="speedGain" leaderGap="17.12" leaderSecureGap="14.08" followerGap="None" followerSecureGap="None" origLeaderGap="25.19" origLeaderSecureGap="23.58" latGap="None"/>
<     <change id="cars.19" type="car" time="60.00" from="beg_0" to="beg_1" dir="1" speed="11.70" pos="243.00" reason="sublane" leaderGap="14.22" leaderSecureGap="17.30" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="cars.16" type="car" time="64.00" from="beg_0" to="beg_1" dir="1" speed="1.34" pos="247.82" reason="sublane" leaderGap="8.41" leaderSecureGap="1.34" followerGap="None" followerSecureGap="None" origLeaderGap="1.17" origLeaderSecureGap="1.34" latGap="None"/>
<     <change id="cars.4" type="car" time="206.00" from="end_1" to="end_0" dir="-1" speed="9.34" pos="23.33" reason="sublane" leaderGap="22.31" leaderSecureGap="1.94" followerGap="14.40" followerSecureGap="6.05" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="cars.8" type="car" time="209.00" from="end_1" to="end_0" dir="-1" speed="11.91" pos="35.97" reason="sublane" leaderGap="20.33" leaderSecureGap="8.67" followerGap="20.35" followerSecureGap="5.33" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="cars.15" type="car" time="209.00" from="end_0" to="end_1" dir="1" speed="9.72" pos="10.62" reason="sublane" leaderGap="20.35" leaderSecureGap="5.33" followerGap="14.84" followerSecureGap="6.08" origLeaderGap="2.22" origLeaderSecureGap="11.41" latGap="None"/>
<     <change id="cars.4" type="car" time="211.00" from="end_0" to="end_1" dir="1" speed="13.45" pos="88.35" reason="sublane" leaderGap="25.28" leaderSecureGap="12.60" followerGap="23.92" followerSecureGap="9.24" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="cars.17" type="car" time="211.00" from="end_0" to="end_1" dir="1" speed="11.31" pos="12.58" reason="sublane" leaderGap="14.52" leaderSecureGap="12.70" followerGap="21.83" followerSecureGap="0.19" origLeaderGap="0.06" origLeaderSecureGap="16.77" latGap="None"/>
<truncated after showing first 30 lines>
---------- Differences in output ----------
1c1
< Loading net-file from 'net.net.xml'... done ((TIME)).
---
> Loading net-file from 'net.net.xml' ... done ((TIME)).
3,4c3,4
< Simulation started with time: 0.00..
< Simulation ended at time: 237.00
---
> Simulation started with time: 0.00.
> Simulation ended at time: 237.50
11c11
< Statistics (avg):
---
> Statistics (avg of 20):
13,16c13,17
<  Duration: 205.30
<  WaitingTime: 154.10
<  TimeLoss: 167.16
<  DepartDelay: 0.70
---
>  Speed: 2.40
>  Duration: 207.06
>  WaitingTime: 152.75
>  TimeLoss: 169.32
>  DepartDelay: 0.15
---------- New result in exitcode ----------
1

TEST had known bugs (see #5276) on ts-sim-build-ba : action_step_length Sublane 1edge_2lanes_compact_mixed ( Last six runs Oct2022 )

collision on insertion
(This bug was triggered by text found in file 'errors' matching 'collision')
Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
1c1,16
< Warning: Vehicle 'mixed.31' performs emergency braking with decel=-10.00 wished=7.00 severity=1.00, time=36.30.
---
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Warning: Vehicle 'mixed.31' performs emergency braking on lane 'beg_0' with decel=10.00, wished=7.00, severity=1.00, time=36.30.
> Warning: Teleporting vehicle 'mixed.40'; collision with vehicle 'mixed.25', lane='beg_0', gap=-7.10', latGap=-0.04, time=48.50 stage=laneChange.
> Warning: Vehicle 'mixed.40' ends teleporting on edge 'end', time=48.50.
> Warning: Teleporting vehicle 'mixed.66'; collision with vehicle 'mixed.56', lane='beg_1', gap=-1.92', latGap=-0.05, time=78.70 stage=laneChange.
> Warning: Vehicle 'mixed.66' ends teleporting on edge 'end', time=78.70.
> Warning: Vehicle 'mixed.57' performs emergency braking on lane 'beg_0' with decel=10.00, wished=7.00, severity=1.00, time=96.30.
---------- Differences in output ----------
4,18d3
< Simulation ended at time: 328.60
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 100
<  Running: 0
<  Waiting: 0
< Statistics (avg):
<  RouteLength: 496.81
<  Speed: 2.49
<  Duration: 201.86
<  WaitingTime: 122.79
<  TimeLoss: 160.27
<  DepartDelay: 12.61
< 
---------- Differences in tripinfos ----------
5,105c5,6
<     <tripinfo id="mixed.11" depart="12.80" departLane="beg_1" departPos="5.10" departPosLat="0.55" departSpeed="0.00" departDelay="1.80" arrival="218.10" arrivalLane="end_1" arrivalPos="200.00" arrivalPosLat="-1.38" arrivalSpeed="14.78" duration="205.30" routeLength="494.90" waitingTime="159.10" waitingCount="2" stopTime="0.00" timeLoss="172.35" rerouteNo="0" devices="tripinfo_mixed.11" vType="car" speedFactor="1.08" vaporized=""/>
<     <tripinfo id="mixed.5" depart="6.50" departLane="beg_1" departPos="5.10" departPosLat="0.46" departSpeed="0.00" departDelay="1.50" arrival="218.80" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="-0.70" arrivalSpeed="14.10" duration="212.30" routeLength="494.90" waitingTime="164.40" waitingCount="1" stopTime="0.00" timeLoss="177.47" rerouteNo="0" devices="tripinfo_mixed.5" vType="car" speedFactor="1.03" vaporized=""/>
<     <tripinfo id="mixed.9" depart="9.60" departLane="beg_1" departPos="5.10" departPosLat="0.31" departSpeed="0.00" departDelay="0.60" arrival="224.30" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="0.65" arrivalSpeed="10.86" duration="214.70" routeLength="494.90" waitingTime="156.90" waitingCount="1" stopTime="0.00" timeLoss="170.11" rerouteNo="0" devices="tripinfo_mixed.9" vType="car" speedFactor="0.80" vaporized=""/>
<     <tripinfo id="mixed.13" depart="14.80" departLane="beg_1" departPos="2.20" departPosLat="0.90" departSpeed="0.00" departDelay="1.80" arrival="225.10" arrivalLane="end_1" arrivalPos="200.00" arrivalPosLat="-0.61" arrivalSpeed="16.27" duration="210.30" routeLength="497.80" waitingTime="151.20" waitingCount="2" stopTime="0.00" timeLoss="180.30" rerouteNo="0" devices="tripinfo_mixed.13" vType="moped" speedFactor="1.33" vaporized=""/>
<     <tripinfo id="mixed.0" depart="0.00" departLane="beg_0" departPos="2.20" departPosLat="0.51" departSpeed="0.00" departDelay="0.00" arrival="225.80" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="-1.21" arrivalSpeed="10.11" duration="225.80" routeLength="497.80" waitingTime="163.60" waitingCount="2" stopTime="0.00" timeLoss="178.19" rerouteNo="0" devices="tripinfo_mixed.0" vType="moped" speedFactor="0.75" vaporized=""/>
<     <tripinfo id="mixed.6" depart="7.40" departLane="beg_0" departPos="2.20" departPosLat="-0.91" departSpeed="0.00" departDelay="1.40" arrival="225.90" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="1.49" arrivalSpeed="12.22" duration="218.50" routeLength="497.80" waitingTime="155.80" waitingCount="1" stopTime="0.00" timeLoss="188.59" rerouteNo="0" devices="tripinfo_mixed.6" vType="moped" speedFactor="1.36" vaporized=""/>
<     <tripinfo id="mixed.17" depart="18.50" departLane="beg_1" departPos="5.10" departPosLat="-0.68" departSpeed="0.00" departDelay="1.50" arrival="228.00" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="1.18" arrivalSpeed="12.98" duration="209.50" routeLength="494.90" waitingTime="149.40" waitingCount="3" stopTime="0.00" timeLoss="174.42" rerouteNo="0" devices="tripinfo_mixed.17" vType="car" speedFactor="1.02" vaporized=""/>
<     <tripinfo id="mixed.23" depart="24.60" departLane="beg_0" departPos="2.20" departPosLat="-0.90" departSpeed="0.00" departDelay="1.60" arrival="228.90" arrivalLane="end_1" arrivalPos="200.00" arrivalPosLat="0.45" arrivalSpeed="16.56" duration="204.30" routeLength="497.80" waitingTime="137.30" waitingCount="3" stopTime="0.00" timeLoss="174.35" rerouteNo="0" devices="tripinfo_mixed.23" vType="moped" speedFactor="1.49" vaporized=""/>
<     <tripinfo id="mixed.7" depart="8.00" departLane="beg_0" departPos="2.20" departPosLat="0.40" departSpeed="0.00" departDelay="1.00" arrival="229.00" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="-1.21" arrivalSpeed="9.20" duration="221.00" routeLength="497.80" waitingTime="154.50" waitingCount="1" stopTime="0.00" timeLoss="169.12" rerouteNo="0" devices="tripinfo_mixed.7" vType="moped" speedFactor="0.69" vaporized=""/>
<     <tripinfo id="mixed.3" depart="3.90" departLane="beg_0" departPos="2.20" departPosLat="-0.64" departSpeed="0.00" departDelay="0.90" arrival="229.60" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="0.67" arrivalSpeed="13.19" duration="225.70" routeLength="497.80" waitingTime="153.70" waitingCount="1" stopTime="0.00" timeLoss="189.15" rerouteNo="0" devices="tripinfo_mixed.3" vType="moped" speedFactor="0.98" vaporized=""/>
<     <tripinfo id="mixed.22" depart="25.20" departLane="beg_1" departPos="2.20" departPosLat="0.16" departSpeed="0.00" departDelay="3.20" arrival="230.00" arrivalLane="end_1" arrivalPos="200.00" arrivalPosLat="-1.18" arrivalSpeed="16.54" duration="204.80" routeLength="497.80" waitingTime="136.10" waitingCount="3" stopTime="0.00" timeLoss="174.89" rerouteNo="0" devices="tripinfo_mixed.22" vType="moped" speedFactor="1.62" vaporized=""/>
<     <tripinfo id="mixed.12" depart="12.20" departLane="beg_0" departPos="2.20" departPosLat="1.20" departSpeed="0.00" departDelay="0.20" arrival="230.60" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="-1.21" arrivalSpeed="9.75" duration="218.40" routeLength="497.80" waitingTime="154.50" waitingCount="2" stopTime="0.00" timeLoss="170.20" rerouteNo="0" devices="tripinfo_mixed.12" vType="moped" speedFactor="0.74" vaporized=""/>
<     <tripinfo id="mixed.26" depart="27.50" departLane="beg_1" departPos="2.20" departPosLat="-0.97" departSpeed="0.00" departDelay="1.50" arrival="231.90" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="1.24" arrivalSpeed="14.61" duration="204.40" routeLength="497.80" waitingTime="135.80" waitingCount="3" stopTime="0.00" timeLoss="171.08" rerouteNo="0" devices="tripinfo_mixed.26" vType="moped" speedFactor="1.08" vaporized=""/>
<     <tripinfo id="mixed.20" depart="34.70" departLane="beg_1" departPos="5.10" departPosLat="-0.65" departSpeed="0.00" departDelay="14.70" arrival="233.70" arrivalLane="end_1" arrivalPos="200.00" arrivalPosLat="0.54" arrivalSpeed="17.48" duration="199.00" routeLength="494.90" waitingTime="134.30" waitingCount="4" stopTime="0.00" timeLoss="170.75" rerouteNo="0" devices="tripinfo_mixed.20" vType="car" speedFactor="1.26" vaporized=""/>
<     <tripinfo id="mixed.18" depart="22.20" departLane="beg_1" departPos="5.10" departPosLat="0.39" departSpeed="0.00" departDelay="4.20" arrival="234.60" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="0.79" arrivalSpeed="9.55" duration="212.40" routeLength="494.90" waitingTime="143.90" waitingCount="3" stopTime="0.00" timeLoss="164.52" rerouteNo="0" devices="tripinfo_mixed.18" vType="car" speedFactor="0.75" vaporized=""/>
<     <tripinfo id="mixed.36" depart="37.40" departLane="beg_1" departPos="2.20" departPosLat="0.15" departSpeed="0.00" departDelay="1.40" arrival="235.30" arrivalLane="end_1" arrivalPos="200.00" arrivalPosLat="0.03" arrivalSpeed="16.59" duration="197.90" routeLength="497.80" waitingTime="132.70" waitingCount="4" stopTime="0.00" timeLoss="167.90" rerouteNo="0" devices="tripinfo_mixed.36" vType="moped" speedFactor="1.68" vaporized=""/>
<     <tripinfo id="mixed.4" depart="4.80" departLane="beg_0" departPos="2.20" departPosLat="0.75" departSpeed="0.00" departDelay="0.80" arrival="235.70" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="-1.21" arrivalSpeed="7.17" duration="230.90" routeLength="497.80" waitingTime="152.10" waitingCount="2" stopTime="0.00" timeLoss="164.98" rerouteNo="0" devices="tripinfo_mixed.4" vType="moped" speedFactor="0.54" vaporized=""/>
<     <tripinfo id="mixed.14" depart="14.20" departLane="beg_1" departPos="2.20" departPosLat="-1.06" departSpeed="0.00" departDelay="0.20" arrival="236.40" arrivalLane="end_1" arrivalPos="200.00" arrivalPosLat="-1.48" arrivalSpeed="10.14" duration="222.20" routeLength="497.80" waitingTime="143.90" waitingCount="1" stopTime="0.00" timeLoss="187.71" rerouteNo="0" devices="tripinfo_mixed.14" vType="moped" speedFactor="1.04" vaporized=""/>
<     <tripinfo id="mixed.35" depart="41.20" departLane="beg_1" departPos="2.20" departPosLat="0.26" departSpeed="0.00" departDelay="6.20" arrival="236.70" arrivalLane="end_1" arrivalPos="200.00" arrivalPosLat="0.02" arrivalSpeed="16.50" duration="195.50" routeLength="497.80" waitingTime="131.90" waitingCount="2" stopTime="0.00" timeLoss="165.50" rerouteNo="0" devices="tripinfo_mixed.35" vType="moped" speedFactor="1.25" vaporized=""/>
<     <tripinfo id="mixed.10" depart="11.10" departLane="beg_0" departPos="2.20" departPosLat="0.11" departSpeed="0.00" departDelay="1.10" arrival="237.30" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="-1.21" arrivalSpeed="8.26" duration="226.20" routeLength="497.80" waitingTime="149.70" waitingCount="1" stopTime="0.00" timeLoss="175.50" rerouteNo="0" devices="tripinfo_mixed.10" vType="moped" speedFactor="0.71" vaporized=""/>
<     <tripinfo id="mixed.15" depart="15.90" departLane="beg_0" departPos="2.20" departPosLat="0.27" departSpeed="0.00" departDelay="0.90" arrival="237.50" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="0.22" arrivalSpeed="11.86" duration="221.60" routeLength="497.80" waitingTime="147.10" waitingCount="4" stopTime="0.00" timeLoss="189.41" rerouteNo="0" devices="tripinfo_mixed.15" vType="moped" speedFactor="1.12" vaporized=""/>
<     <tripinfo id="mixed.39" depart="47.00" departLane="beg_0" departPos="2.20" departPosLat="0.28" departSpeed="0.00" departDelay="8.00" arrival="238.00" arrivalLane="end_1" arrivalPos="200.00" arrivalPosLat="-0.06" arrivalSpeed="16.39" duration="191.00" routeLength="497.80" waitingTime="131.10" waitingCount="2" stopTime="0.00" timeLoss="161.04" rerouteNo="0" devices="tripinfo_mixed.39" vType="moped" speedFactor="1.40" vaporized=""/>
<     <tripinfo id="mixed.24" depart="26.60" departLane="beg_0" departPos="2.20" departPosLat="0.42" departSpeed="0.00" departDelay="2.60" arrival="239.00" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="1.31" arrivalSpeed="13.33" duration="212.40" routeLength="497.80" waitingTime="144.10" waitingCount="2" stopTime="0.00" timeLoss="175.71" rerouteNo="0" devices="tripinfo_mixed.24" vType="moped" speedFactor="0.98" vaporized=""/>
<     <tripinfo id="mixed.19" depart="23.60" departLane="beg_0" departPos="5.10" departPosLat="0.40" departSpeed="0.00" departDelay="4.60" arrival="239.30" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="-0.70" arrivalSpeed="13.63" duration="215.70" routeLength="494.90" waitingTime="145.20" waitingCount="2" stopTime="0.00" timeLoss="182.10" rerouteNo="0" devices="tripinfo_mixed.19" vType="car" speedFactor="1.06" vaporized=""/>
<     <tripinfo id="mixed.44" depart="51.30" departLane="beg_1" departPos="2.20" departPosLat="0.51" departSpeed="0.00" departDelay="7.30" arrival="239.30" arrivalLane="end_1" arrivalPos="200.00" arrivalPosLat="0.21" arrivalSpeed="16.14" duration="188.00" routeLength="497.80" waitingTime="131.10" waitingCount="2" stopTime="0.00" timeLoss="158.08" rerouteNo="0" devices="tripinfo_mixed.44" vType="moped" speedFactor="1.48" vaporized=""/>
<     <tripinfo id="mixed.28" depart="28.20" departLane="beg_0" departPos="2.20" departPosLat="-1.13" departSpeed="0.00" departDelay="0.20" arrival="240.40" arrivalLane="end_1" arrivalPos="200.00" arrivalPosLat="-0.94" arrivalSpeed="14.03" duration="212.20" routeLength="497.80" waitingTime="143.60" waitingCount="1" stopTime="0.00" timeLoss="182.24" rerouteNo="0" devices="tripinfo_mixed.28" vType="moped" speedFactor="1.41" vaporized=""/>
<     <tripinfo id="mixed.30" depart="31.30" departLane="beg_0" departPos="2.20" departPosLat="-0.89" departSpeed="0.00" departDelay="1.30" arrival="241.80" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="0.50" arrivalSpeed="13.85" duration="210.50" routeLength="497.80" waitingTime="142.40" waitingCount="1" stopTime="0.00" timeLoss="178.46" rerouteNo="0" devices="tripinfo_mixed.30" vType="moped" speedFactor="1.12" vaporized=""/>
<     <tripinfo id="mixed.16" depart="17.40" departLane="beg_0" departPos="2.20" departPosLat="-0.78" departSpeed="0.00" departDelay="1.40" arrival="244.30" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="-1.21" arrivalSpeed="7.54" duration="226.90" routeLength="497.80" waitingTime="144.20" waitingCount="2" stopTime="0.00" timeLoss="162.67" rerouteNo="0" devices="tripinfo_mixed.16" vType="moped" speedFactor="0.56" vaporized=""/>
<     <tripinfo id="mixed.42" depart="54.30" departLane="beg_0" departPos="5.10" departPosLat="-0.04" departSpeed="0.00" departDelay="12.30" arrival="245.80" arrivalLane="end_1" arrivalPos="200.00" arrivalPosLat="0.58" arrivalSpeed="13.86" duration="191.50" routeLength="494.90" waitingTime="128.50" waitingCount="2" stopTime="0.00" timeLoss="157.35" rerouteNo="0" devices="tripinfo_mixed.42" vType="car" speedFactor="1.05" vaporized=""/>
<truncated after showing first 30 lines>

TEST had known bugs (#3702) on ts-sim-build-ba : action_step_length Sublane 1edge_2lanes_compact_mixed_pushy ( Last six runs Oct2022 )

#3702
(This bug was triggered by text found in file 'output' matching '.*')
Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
0a1,37
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Warning: Vehicle 'mixed.10' performs emergency braking on lane 'beg_0' with decel=10.00, wished=7.00, severity=1.00, time=49.40.
> Warning: Teleporting vehicle 'mixed.10'; collision with vehicle 'mixed.3', lane='beg_0', gap=-0.32', latGap=-0.24, time=49.50 stage=move.
> Warning: Vehicle 'mixed.10' ends teleporting on edge 'end', time=49.50.
> Warning: Vehicle 'mixed.19' performs emergency braking on lane 'beg_1' with decel=9.00, wished=4.50, severity=1.00, time=55.50.
> Warning: Teleporting vehicle 'mixed.19'; collision with vehicle 'mixed.14', lane='beg_0', gap=-3.37', latGap=-0.06, time=55.70 stage=laneChange.
> Warning: Vehicle 'mixed.19' ends teleporting on edge 'end', time=55.70.
> Warning: Teleporting vehicle 'mixed.36'; collision with vehicle 'mixed.34', lane='beg_1', gap=-0.74', latGap=-0.06, time=56.80 stage=laneChange.
> Warning: Vehicle 'mixed.36' ends teleporting on edge 'end', time=57.40.
> Warning: Teleporting vehicle 'mixed.28'; collision with vehicle 'mixed.17', lane='beg_0', gap=-0.35', latGap=-0.04, time=60.60 stage=laneChange.
> Warning: Vehicle 'mixed.28' ends teleporting on edge 'end', time=60.60.
> Warning: Vehicle 'mixed.46' performs emergency braking on lane 'beg_0' with decel=10.00, wished=7.00, severity=1.00, time=74.60.
> Warning: Vehicle 'mixed.45' performs emergency braking on lane 'beg_1' with decel=10.00, wished=7.00, severity=1.00, time=78.40.
> Warning: Vehicle 'mixed.34' performs emergency braking on lane 'beg_0' with decel=10.00, wished=7.00, severity=1.00, time=78.60.
> Warning: Vehicle 'mixed.40' performs emergency braking on lane 'beg_0' with decel=10.00, wished=7.00, severity=1.00, time=81.40.
> Warning: Vehicle 'mixed.45' performs emergency braking on lane 'beg_0' with decel=10.00, wished=7.00, severity=1.00, time=83.40.
> Warning: Teleporting vehicle 'mixed.72'; collision with vehicle 'mixed.71', lane='beg_1', gap=-1.33', latGap=-0.01, time=104.10 stage=laneChange.
> Warning: Vehicle 'mixed.72' ends teleporting on edge 'end', time=104.10.
> Warning: Teleporting vehicle 'mixed.75'; collision with vehicle 'mixed.70', lane='beg_1', gap=-4.03', latGap=-0.09, time=107.00 stage=laneChange.
> Warning: Vehicle 'mixed.75' ends teleporting on edge 'end', time=107.00.
<truncated after showing first 30 lines>
---------- Differences in output ----------
1c1
< Loading net-file from 'net.net.xml'... done ((TIME)).
---
> Loading net-file from 'net.net.xml' ... done ((TIME)).
3,17c3
< Simulation started with time: 0.00..
< Simulation ended at time: 318.00
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 100
<  Running: 0
<  Waiting: 0
< Statistics (avg):
<  RouteLength: 496.81
<  Duration: 191.49
<  WaitingTime: 118.92
<  TimeLoss: 149.57
<  DepartDelay: 17.70
< 
---
> Simulation started with time: 0.00.
---------- Differences in tripinfos ----------
5,105c5,13
<     <tripinfo id="mixed.65" depart="74.00" departLane="beg_1" departPos="2.20" departPosLat="1.01" departSpeed="0.00" departDelay="9.00" arrival="107.60" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="-1.20" arrivalSpeed="16.46" duration="33.60" routeLength="497.80" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="10.74" rerouteNo="0" devices="tripinfo_mixed.65" vType="moped" speedFactor="1.21" vaporized=""/>
<     <tripinfo id="mixed.88" depart="102.10" departLane="beg_0" departPos="2.20" departPosLat="0.99" departSpeed="0.00" departDelay="14.10" arrival="141.80" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="-1.20" arrivalSpeed="10.40" duration="39.70" routeLength="497.80" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="7.77" rerouteNo="0" devices="tripinfo_mixed.88" vType="moped" speedFactor="0.77" vaporized=""/>
<     <tripinfo id="mixed.15" depart="15.40" departLane="beg_1" departPos="2.20" departPosLat="0.75" departSpeed="0.00" departDelay="0.40" arrival="222.30" arrivalLane="end_1" arrivalPos="200.00" arrivalPosLat="-1.05" arrivalSpeed="15.10" duration="206.90" routeLength="497.80" waitingTime="152.20" waitingCount="1" stopTime="0.00" timeLoss="174.75" rerouteNo="0" devices="tripinfo_mixed.15" vType="moped" speedFactor="1.12" vaporized=""/>
<     <tripinfo id="mixed.6" depart="6.40" departLane="beg_0" departPos="2.20" departPosLat="-0.77" departSpeed="0.00" departDelay="0.40" arrival="223.10" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="0.68" arrivalSpeed="16.30" duration="216.70" routeLength="497.80" waitingTime="163.00" waitingCount="2" stopTime="0.00" timeLoss="186.72" rerouteNo="0" devices="tripinfo_mixed.6" vType="moped" speedFactor="1.36" vaporized=""/>
<     <tripinfo id="mixed.3" depart="3.20" departLane="beg_0" departPos="2.20" departPosLat="-1.09" departSpeed="0.00" departDelay="0.20" arrival="223.20" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="-1.20" arrivalSpeed="13.14" duration="220.00" routeLength="497.80" waitingTime="163.90" waitingCount="2" stopTime="0.00" timeLoss="183.39" rerouteNo="0" devices="tripinfo_mixed.3" vType="moped" speedFactor="0.98" vaporized=""/>
<     <tripinfo id="mixed.13" depart="13.40" departLane="beg_0" departPos="2.20" departPosLat="-0.85" departSpeed="0.00" departDelay="0.40" arrival="223.90" arrivalLane="end_1" arrivalPos="200.00" arrivalPosLat="-0.49" arrivalSpeed="16.59" duration="210.50" routeLength="497.80" waitingTime="151.80" waitingCount="1" stopTime="0.00" timeLoss="180.50" rerouteNo="0" devices="tripinfo_mixed.13" vType="moped" speedFactor="1.33" vaporized=""/>
<     <tripinfo id="mixed.8" depart="9.80" departLane="beg_0" departPos="5.10" departPosLat="0.70" departSpeed="0.00" departDelay="1.80" arrival="225.00" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="1.18" arrivalSpeed="16.88" duration="215.20" routeLength="494.90" waitingTime="153.30" waitingCount="3" stopTime="0.00" timeLoss="186.54" rerouteNo="0" devices="tripinfo_mixed.8" vType="car" speedFactor="1.25" vaporized=""/>
<     <tripinfo id="mixed.0" depart="0.00" departLane="beg_0" departPos="2.20" departPosLat="0.51" departSpeed="0.00" departDelay="0.00" arrival="225.70" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="-1.20" arrivalSpeed="10.10" duration="225.70" routeLength="497.80" waitingTime="164.60" waitingCount="1" stopTime="0.00" timeLoss="178.00" rerouteNo="0" devices="tripinfo_mixed.0" vType="moped" speedFactor="0.75" vaporized=""/>
<     <tripinfo id="mixed.14" depart="14.80" departLane="beg_0" departPos="2.20" departPosLat="0.75" departSpeed="0.00" departDelay="0.80" arrival="226.80" arrivalLane="end_1" arrivalPos="200.00" arrivalPosLat="1.13" arrivalSpeed="13.98" duration="212.00" routeLength="497.80" waitingTime="151.10" waitingCount="1" stopTime="0.00" timeLoss="177.49" rerouteNo="0" devices="tripinfo_mixed.14" vType="moped" speedFactor="1.04" vaporized=""/>
<     <tripinfo id="mixed.5" depart="6.00" departLane="beg_0" departPos="5.10" departPosLat="0.64" departSpeed="0.00" departDelay="1.00" arrival="227.20" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="0.58" arrivalSpeed="13.71" duration="221.20" routeLength="494.90" waitingTime="160.70" waitingCount="1" stopTime="0.00" timeLoss="186.44" rerouteNo="0" devices="tripinfo_mixed.5" vType="car" speedFactor="1.03" vaporized=""/>
<     <tripinfo id="mixed.12" depart="12.10" departLane="beg_1" departPos="2.20" departPosLat="-0.28" departSpeed="0.00" departDelay="0.10" arrival="228.10" arrivalLane="end_1" arrivalPos="200.00" arrivalPosLat="-1.05" arrivalSpeed="10.07" duration="216.00" routeLength="497.80" waitingTime="153.30" waitingCount="1" stopTime="0.00" timeLoss="167.79" rerouteNo="0" devices="tripinfo_mixed.12" vType="moped" speedFactor="0.74" vaporized=""/>
<     <tripinfo id="mixed.11" depart="18.80" departLane="beg_0" departPos="5.10" departPosLat="0.68" departSpeed="0.00" departDelay="7.80" arrival="230.10" arrivalLane="end_1" arrivalPos="200.00" arrivalPosLat="0.55" arrivalSpeed="12.57" duration="211.30" routeLength="494.90" waitingTime="149.30" waitingCount="1" stopTime="0.00" timeLoss="178.37" rerouteNo="0" devices="tripinfo_mixed.11" vType="car" speedFactor="1.08" vaporized=""/>
<     <tripinfo id="mixed.9" depart="12.30" departLane="beg_0" departPos="5.10" departPosLat="0.69" departSpeed="0.00" departDelay="3.30" arrival="230.20" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="0.58" arrivalSpeed="10.96" duration="217.90" routeLength="494.90" waitingTime="152.00" waitingCount="2" stopTime="0.00" timeLoss="173.35" rerouteNo="0" devices="tripinfo_mixed.9" vType="car" speedFactor="0.80" vaporized=""/>
<     <tripinfo id="mixed.7" depart="7.50" departLane="beg_1" departPos="2.20" departPosLat="0.90" departSpeed="0.00" departDelay="0.50" arrival="231.60" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="-1.20" arrivalSpeed="9.16" duration="224.10" routeLength="497.80" waitingTime="157.90" waitingCount="1" stopTime="0.00" timeLoss="172.14" rerouteNo="0" devices="tripinfo_mixed.7" vType="moped" speedFactor="0.69" vaporized=""/>
<     <tripinfo id="mixed.28" depart="28.20" departLane="beg_1" departPos="2.20" departPosLat="0.40" departSpeed="0.00" departDelay="0.20" arrival="231.80" arrivalLane="end_1" arrivalPos="200.00" arrivalPosLat="0.15" arrivalSpeed="12.62" duration="203.60" routeLength="497.80" waitingTime="147.70" waitingCount="1" stopTime="0.00" timeLoss="173.70" rerouteNo="0" devices="tripinfo_mixed.28" vType="moped" speedFactor="1.41" vaporized=""/>
<     <tripinfo id="mixed.10" depart="10.10" departLane="beg_0" departPos="2.20" departPosLat="-0.89" departSpeed="0.00" departDelay="0.10" arrival="233.10" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="-1.20" arrivalSpeed="9.73" duration="223.00" routeLength="497.80" waitingTime="151.30" waitingCount="3" stopTime="0.00" timeLoss="172.27" rerouteNo="0" devices="tripinfo_mixed.10" vType="moped" speedFactor="0.71" vaporized=""/>
<     <tripinfo id="mixed.31" depart="31.60" departLane="beg_1" departPos="2.20" departPosLat="0.95" departSpeed="0.00" departDelay="0.60" arrival="233.30" arrivalLane="end_1" arrivalPos="200.00" arrivalPosLat="1.20" arrivalSpeed="13.31" duration="201.70" routeLength="497.80" waitingTime="146.70" waitingCount="2" stopTime="0.00" timeLoss="171.77" rerouteNo="0" devices="tripinfo_mixed.31" vType="moped" speedFactor="1.26" vaporized=""/>
<     <tripinfo id="mixed.21" depart="23.30" departLane="beg_1" departPos="5.10" departPosLat="0.09" departSpeed="0.00" departDelay="2.30" arrival="234.00" arrivalLane="end_1" arrivalPos="200.00" arrivalPosLat="-0.70" arrivalSpeed="9.86" duration="210.70" routeLength="494.90" waitingTime="147.70" waitingCount="2" stopTime="0.00" timeLoss="165.39" rerouteNo="0" devices="tripinfo_mixed.21" vType="car" speedFactor="0.79" vaporized=""/>
<     <tripinfo id="mixed.18" depart="20.20" departLane="beg_1" departPos="5.10" departPosLat="0.61" departSpeed="0.00" departDelay="2.20" arrival="234.90" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="0.58" arrivalSpeed="9.79" duration="214.70" routeLength="494.90" waitingTime="148.70" waitingCount="1" stopTime="0.00" timeLoss="166.83" rerouteNo="0" devices="tripinfo_mixed.18" vType="car" speedFactor="0.75" vaporized=""/>
<     <tripinfo id="mixed.19" depart="25.90" departLane="beg_1" departPos="5.10" departPosLat="-0.41" departSpeed="0.00" departDelay="6.90" arrival="235.90" arrivalLane="end_1" arrivalPos="200.00" arrivalPosLat="-0.06" arrivalSpeed="12.73" duration="210.00" routeLength="494.90" waitingTime="147.40" waitingCount="3" stopTime="0.00" timeLoss="176.43" rerouteNo="0" devices="tripinfo_mixed.19" vType="car" speedFactor="1.06" vaporized=""/>
<     <tripinfo id="mixed.17" depart="22.30" departLane="beg_0" departPos="5.10" departPosLat="-0.55" departSpeed="0.00" departDelay="5.30" arrival="236.70" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="1.26" arrivalSpeed="12.61" duration="214.40" routeLength="494.90" waitingTime="148.20" waitingCount="2" stopTime="0.00" timeLoss="179.28" rerouteNo="0" devices="tripinfo_mixed.17" vType="car" speedFactor="1.02" vaporized=""/>
<     <tripinfo id="mixed.22" depart="30.90" departLane="beg_0" departPos="2.20" departPosLat="-0.62" departSpeed="0.00" departDelay="8.90" arrival="237.60" arrivalLane="end_1" arrivalPos="200.00" arrivalPosLat="-0.13" arrivalSpeed="12.25" duration="206.70" routeLength="497.80" waitingTime="138.20" waitingCount="4" stopTime="0.00" timeLoss="176.80" rerouteNo="0" devices="tripinfo_mixed.22" vType="moped" speedFactor="1.62" vaporized=""/>
<     <tripinfo id="mixed.30" depart="31.60" departLane="beg_1" departPos="2.20" departPosLat="-0.17" departSpeed="0.00" departDelay="1.60" arrival="238.40" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="1.36" arrivalSpeed="14.18" duration="206.80" routeLength="497.80" waitingTime="146.40" waitingCount="3" stopTime="0.00" timeLoss="174.78" rerouteNo="0" devices="tripinfo_mixed.30" vType="moped" speedFactor="1.12" vaporized=""/>
<     <tripinfo id="mixed.4" depart="4.20" departLane="beg_1" departPos="2.20" departPosLat="-1.12" departSpeed="0.00" departDelay="0.20" arrival="238.60" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="-1.20" arrivalSpeed="7.31" duration="234.40" routeLength="497.80" waitingTime="155.30" waitingCount="2" stopTime="0.00" timeLoss="168.49" rerouteNo="0" devices="tripinfo_mixed.4" vType="moped" speedFactor="0.54" vaporized=""/>
<     <tripinfo id="mixed.39" depart="46.20" departLane="beg_0" departPos="2.20" departPosLat="1.11" departSpeed="0.00" departDelay="7.20" arrival="239.00" arrivalLane="end_1" arrivalPos="200.00" arrivalPosLat="-0.49" arrivalSpeed="13.42" duration="192.80" routeLength="497.80" waitingTime="136.90" waitingCount="1" stopTime="0.00" timeLoss="162.89" rerouteNo="0" devices="tripinfo_mixed.39" vType="moped" speedFactor="1.40" vaporized=""/>
<     <tripinfo id="mixed.35" depart="38.50" departLane="beg_1" departPos="2.20" departPosLat="0.41" departSpeed="0.00" departDelay="3.50" arrival="239.50" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="0.55" arrivalSpeed="15.86" duration="201.00" routeLength="497.80" waitingTime="134.90" waitingCount="5" stopTime="0.00" timeLoss="171.04" rerouteNo="0" devices="tripinfo_mixed.35" vType="moped" speedFactor="1.25" vaporized=""/>
<     <tripinfo id="mixed.27" depart="31.40" departLane="beg_0" departPos="2.20" departPosLat="0.96" departSpeed="0.00" departDelay="4.40" arrival="240.30" arrivalLane="end_0" arrivalPos="200.00" arrivalPosLat="-0.84" arrivalSpeed="9.04" duration="208.90" routeLength="497.80" waitingTime="136.70" waitingCount="5" stopTime="0.00" timeLoss="161.67" rerouteNo="0" devices="tripinfo_mixed.27" vType="moped" speedFactor="0.76" vaporized=""/>
<     <tripinfo id="mixed.20" depart="35.70" departLane="beg_1" departPos="5.10" departPosLat="0.04" departSpeed="0.00" departDelay="15.70" arrival="240.90" arrivalLane="end_1" arrivalPos="200.00" arrivalPosLat="-1.26" arrivalSpeed="13.85" duration="205.20" routeLength="494.90" waitingTime="143.10" waitingCount="4" stopTime="0.00" timeLoss="176.97" rerouteNo="0" devices="tripinfo_mixed.20" vType="car" speedFactor="1.26" vaporized=""/>
<     <tripinfo id="mixed.45" depart="50.50" departLane="beg_0" departPos="2.20" departPosLat="1.16" departSpeed="0.00" departDelay="5.50" arrival="241.10" arrivalLane="end_1" arrivalPos="200.00" arrivalPosLat="1.20" arrivalSpeed="13.32" duration="190.60" routeLength="497.80" waitingTime="129.80" waitingCount="2" stopTime="0.00" timeLoss="154.42" rerouteNo="0" devices="tripinfo_mixed.45" vType="moped" speedFactor="0.99" vaporized=""/>
<truncated after showing first 30 lines>

TEST had known bugs (#3698) on ts-sim-build-ba : action_step_length Sublane cooperative_change ( Last six runs Oct2022 )

#3698
(This bug was triggered by text found in file 'fcd' matching '.*')
---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4144098==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fe6364902f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fe6207020cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fe6323d1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- Differences in fcd ----------
10c10
<         <vehicle id="blocker1" x="2.76" y="-4.94" angle="89.93" type="t1" speed="27.78" pos="2.78" lane="beg_1" slope="0.00"/>
---
>         <vehicle id="blocker1" x="2.76" y="-4.94" angle="89.83" type="t1" speed="27.78" pos="2.78" lane="beg_1" slope="0.00"/>
14c14
<         <vehicle id="blocker1" x="5.51" y="-4.92" angle="89.85" type="t1" speed="27.78" pos="5.56" lane="beg_1" slope="0.00"/>
---
>         <vehicle id="blocker1" x="5.51" y="-4.92" angle="89.65" type="t1" speed="27.78" pos="5.56" lane="beg_1" slope="0.00"/>
18c18
<         <vehicle id="blocker1" x="8.27" y="-4.89" angle="89.78" type="t1" speed="27.78" pos="8.33" lane="beg_1" slope="0.00"/>
---
>         <vehicle id="blocker1" x="8.27" y="-4.89" angle="89.48" type="t1" speed="27.78" pos="8.33" lane="beg_1" slope="0.00"/>
22c22
<         <vehicle id="blocker1" x="11.03" y="-4.85" angle="89.71" type="t1" speed="27.78" pos="11.11" lane="beg_1" slope="0.00"/>
---
>         <vehicle id="blocker1" x="11.03" y="-4.85" angle="89.30" type="t1" speed="27.78" pos="11.11" lane="beg_1" slope="0.00"/>
26c26
<         <vehicle id="blocker1" x="13.79" y="-4.80" angle="89.63" type="t1" speed="27.78" pos="13.89" lane="beg_1" slope="0.00"/>
---
>         <vehicle id="blocker1" x="13.79" y="-4.80" angle="89.13" type="t1" speed="27.78" pos="13.89" lane="beg_1" slope="0.00"/>
30c30
<         <vehicle id="blocker1" x="16.54" y="-4.74" angle="89.56" type="t1" speed="27.78" pos="16.67" lane="beg_1" slope="0.00"/>
---
>         <vehicle id="blocker1" x="16.54" y="-4.74" angle="88.95" type="t1" speed="27.78" pos="16.67" lane="beg_1" slope="0.00"/>
34c34
<         <vehicle id="blocker1" x="19.30" y="-4.67" angle="89.48" type="t1" speed="27.78" pos="19.45" lane="beg_1" slope="0.00"/>
---
>         <vehicle id="blocker1" x="19.30" y="-4.67" angle="88.78" type="t1" speed="27.78" pos="19.45" lane="beg_1" slope="0.00"/>
38c38
<         <vehicle id="blocker1" x="22.06" y="-4.59" angle="89.41" type="t1" speed="27.78" pos="22.22" lane="beg_1" slope="0.00"/>
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST had known bugs (#3698) on ts-sim-build-ba : action_step_length Sublane cooperative_change_highres ( Last six runs Oct2022 )

#3698
(This bug was triggered by text found in file 'fcd' matching '.*')
---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4144164==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0d1a8db2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0d04b4d0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0d1681c082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- Differences in fcd ----------
10c10
<         <vehicle id="blocker1" x="2.76" y="-4.94" angle="89.93" type="t1" speed="27.78" pos="2.78" lane="beg_1" slope="0.00" signals="0"/>
---
>         <vehicle id="blocker1" x="2.76" y="-4.94" angle="89.83" type="t1" speed="27.78" pos="2.78" lane="beg_1" slope="0.00" signals="0"/>
14c14
<         <vehicle id="blocker1" x="5.51" y="-4.92" angle="89.85" type="t1" speed="27.78" pos="5.56" lane="beg_1" slope="0.00" signals="2"/>
---
>         <vehicle id="blocker1" x="5.51" y="-4.92" angle="89.65" type="t1" speed="27.78" pos="5.56" lane="beg_1" slope="0.00" signals="2"/>
18c18
<         <vehicle id="blocker1" x="8.25" y="-4.89" angle="89.78" type="t1" speed="27.33" pos="8.31" lane="beg_1" slope="0.00" signals="2"/>
---
>         <vehicle id="blocker1" x="8.25" y="-4.89" angle="89.47" type="t1" speed="27.33" pos="8.31" lane="beg_1" slope="0.00" signals="2"/>
22c22
<         <vehicle id="blocker1" x="10.94" y="-4.85" angle="89.70" type="t1" speed="26.88" pos="11.02" lane="beg_1" slope="0.00" signals="2"/>
---
>         <vehicle id="blocker1" x="10.94" y="-4.85" angle="89.28" type="t1" speed="26.88" pos="11.02" lane="beg_1" slope="0.00" signals="2"/>
26c26
<         <vehicle id="blocker1" x="13.59" y="-4.80" angle="89.63" type="t1" speed="26.44" pos="13.69" lane="beg_1" slope="0.00" signals="2"/>
---
>         <vehicle id="blocker1" x="13.59" y="-4.80" angle="89.09" type="t1" speed="26.44" pos="13.69" lane="beg_1" slope="0.00" signals="2"/>
30c30
<         <vehicle id="blocker1" x="16.19" y="-4.74" angle="89.55" type="t1" speed="25.99" pos="16.31" lane="beg_1" slope="0.00" signals="2"/>
---
>         <vehicle id="blocker1" x="16.19" y="-4.74" angle="88.89" type="t1" speed="25.99" pos="16.31" lane="beg_1" slope="0.00" signals="2"/>
34c34
<         <vehicle id="blocker1" x="18.75" y="-4.67" angle="89.47" type="t1" speed="25.65" pos="18.89" lane="beg_1" slope="0.00" signals="2"/>
---
>         <vehicle id="blocker1" x="18.75" y="-4.67" angle="88.69" type="t1" speed="25.65" pos="18.89" lane="beg_1" slope="0.00" signals="2"/>
38c38
<         <vehicle id="blocker1" x="21.28" y="-4.59" angle="89.39" type="t1" speed="25.31" pos="21.44" lane="beg_1" slope="0.00" signals="2"/>
<truncated after showing first 30 lines>
---------- Differences in lanechanges ----------
5,6c5,6
<     <change id="blocker1" type="t1" time="2.10" from="beg_1" to="beg_2" dir="1" speed="25.10" pos="53.94" reason="cooperative|urgent" leaderGap="None" leaderSecureGap="None" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="merge" type="t0" time="3.90" from="beg_0" to="beg_1" dir="1" speed="27.78" pos="113.34" reason="strategic|urgent" leaderGap="None" leaderSecureGap="None" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
---
>     <change id="blocker1" type="t1" time="2.10" from="beg_1" to="beg_2" dir="1" speed="25.10" pos="53.94" reason="cooperative|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None"/>
>     <change id="merge" type="t0" time="3.90" from="beg_0" to="beg_1" dir="1" speed="27.78" pos="113.34" reason="strategic|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None"/>
---------- Differences in tripinfos ----------
5c5
<     <tripinfo id="merge" depart="0.00" departLane="beg_0" departPos="5.00" departPosLat="0.00" departSpeed="27.78" departDelay="0.00" arrival="10.70" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="27.78" duration="10.70" routeLength="295.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.02" rerouteNo="0" devices="tripinfo_merge fcd_merge" vType="t0" speedFactor="2.00" vaporized=""/>
---
>     <tripinfo id="merge" depart="0.00" departLane="beg_0" departPos="5.00" departPosLat="0.00" departSpeed="27.78" departDelay="0.00" arrival="10.80" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="27.78" duration="10.80" routeLength="295.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.10" rerouteNo="0" devices="tripinfo_merge fcd_merge" vType="t0" speedFactor="2.00" vaporized=""/>
---------- New result in exitcode ----------
1

TEST had known bugs (#3701) on ts-sim-build-ba : action_step_length Sublane depart_random_last ( Last six runs Oct2022 )

#3701
(This bug was triggered by text found in file 'errors' matching '.*')
---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4142872==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fae3ac6c2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fae24ec90cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fae36bad082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST had known bugs (#3696 or #3699 related) on ts-sim-build-ba : action_step_length Sublane lcLookaheadLeft ( Last six runs Oct2022 )

#3696 or #3699 related
(This bug was triggered by text found in file 'errors' matching '.*')
---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4144909==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fb8661522f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fb8503ac0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fb862093082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST had known bugs (#3696) on ts-sim-build-ba : action_step_length Sublane nopush_for_merge_end_gap ( Last six runs Oct2022 )

#3696
(This bug was triggered by text found in file 'output' matching '.*')
---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4144055==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc335fc82f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc32023a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc331f09082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- Differences in lanechanges ----------
5c5
<     <change id="A" type="t0" time="3.00" from="beg_0" to="beg_1" dir="1" speed="33.33" pos="105.09" reason="strategic|urgent" leaderGap="None" leaderSecureGap="None" followerGap="6.66" followerSecureGap="8.17" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
---
>     <change id="A" type="t0" time="9.10" from="beg_0" to="beg_1" dir="1" speed="2.07" pos="199.52" reason="strategic|urgent" leaderGap="59.90" leaderSecureGap="0.00" leaderSpeed="30.00" followerGap="None" followerSecureGap="None" followerSpeed="None" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None"/>
---------- Differences in output ----------
1c1
< Loading net-file from 'net.net.xml'... done ((TIME)).
---
> Loading net-file from 'net.net.xml' ... done ((TIME)).
3,4c3,4
< Simulation started with time: 0.00..
< Simulation ended at time: 11.00
---
> Simulation started with time: 0.00.
> Simulation ended at time: 18.90
11c11
< Statistics (avg):
---
> Statistics (avg of 2):
13,15c13,16
<  Duration: 9.50
<  WaitingTime: 0.00
<  TimeLoss: 0.04
---
>  Speed: 22.16
>  Duration: 14.55
>  WaitingTime: 0.25
>  TimeLoss: 5.20
---------- Differences in tripinfos ----------
5c5
<     <tripinfo id="B" depart="0.00" departLane="beg_1" departPos="5.10" departPosLat="0.00" departSpeed="30.00" departDelay="0.00" arrival="10.30" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="30.00" duration="10.30" routeLength="294.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.41" rerouteNo="0" devices="tripinfo_B" vType="t1" speedFactor="0.90" vaporized=""/>
---
>     <tripinfo id="B" depart="0.00" departLane="beg_1" departPos="5.10" departPosLat="0.00" departSpeed="30.00" departDelay="0.00" arrival="10.30" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="30.00" duration="10.30" routeLength="294.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.46" rerouteNo="0" devices="tripinfo_B" vType="t1" speedFactor="0.90" vaporized=""/>
---------- New result in exitcode ----------
1

TEST had known bugs (#3696) on ts-sim-build-ba : action_step_length Sublane nopush_for_merge_impatience ( Last six runs Oct2022 )

#3696
(This bug was triggered by text found in file 'output' matching '.*')
---------- Differences in errors ----------
0a1,96
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Warning: Teleporting vehicle 'A'; waited too long (wrong lane), lane='beg_0', time=316.70.
> Warning: Vehicle 'A' teleports beyond arrival edge 'end', time=324.70.
> 
> =================================================================
> ==4143940==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2386b342f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f2370da70cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- Differences in lanechanges ----------
5d4
<     <change id="A" type="t0" time="81.00" from="beg_0" to="beg_1" dir="1" speed="0.00" pos="200.00" reason="strategic|urgent" leaderGap="8.72" leaderSecureGap="0.00" followerGap="63.62" followerSecureGap="97.08" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
---------- Differences in output ----------
1c1
< Loading net-file from 'net.net.xml'... done ((TIME)).
---
> Loading net-file from 'net.net.xml' ... done ((TIME)).
3,4c3,4
< Simulation started with time: 0.00..
< Simulation ended at time: 372.00
---
> Simulation started with time: 0.00.
> Simulation ended at time: 392.30
11,16c11,18
< Statistics (avg):
<  RouteLength: 235.03
<  Duration: 8.92
<  WaitingTime: 0.28
<  TimeLoss: 1.42
<  DepartDelay: 35.17
---
> Teleports: 1 (Wrong Lane: 1)
> Statistics (avg of 232):
>  RouteLength: 282.38
>  Speed: 17.09
>  Duration: 20.16
>  WaitingTime: 1.30
>  TimeLoss: 11.62
>  DepartDelay: 25.21
---------- Differences in tripinfos ----------
5,236c5,236
<     <tripinfo id="B.0" depart="0.00" departLane="beg_1" departPos="178.20" departPosLat="0.00" departSpeed="31.27" departDelay="0.00" arrival="4.00" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="30.31" duration="4.00" routeLength="121.80" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.05" rerouteNo="0" devices="tripinfo_B.0" vType="t1" speedFactor="0.94" vaporized=""/>
<     <tripinfo id="B.1" depart="1.30" departLane="beg_1" departPos="98.29" departPosLat="0.00" departSpeed="33.68" departDelay="0.00" arrival="7.40" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="32.56" duration="6.10" routeLength="201.71" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.09" rerouteNo="0" devices="tripinfo_B.1" vType="t1" speedFactor="1.01" vaporized=""/>
<     <tripinfo id="B.2" depart="2.60" departLane="beg_1" departPos="49.50" departPosLat="0.00" departSpeed="36.09" departDelay="0.00" arrival="9.70" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="35.50" duration="7.10" routeLength="250.50" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.12" rerouteNo="0" devices="tripinfo_B.2" vType="t1" speedFactor="1.08" vaporized=""/>
<     <tripinfo id="B.3" depart="4.00" departLane="beg_1" departPos="90.42" departPosLat="0.00" departSpeed="31.28" departDelay="0.10" arrival="10.60" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="33.26" duration="6.60" routeLength="209.58" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.42" rerouteNo="0" devices="tripinfo_B.3" vType="t1" speedFactor="1.03" vaporized=""/>
<     <tripinfo id="B.4" depart="5.20" departLane="beg_1" departPos="64.39" departPosLat="0.00" departSpeed="27.70" departDelay="0.00" arrival="13.90" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="27.51" duration="8.70" routeLength="235.61" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.16" rerouteNo="0" devices="tripinfo_B.4" vType="t1" speedFactor="0.83" vaporized=""/>
<     <tripinfo id="B.5" depart="6.80" departLane="beg_1" departPos="47.34" departPosLat="0.00" departSpeed="30.39" departDelay="0.30" arrival="15.50" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="29.61" duration="8.70" routeLength="252.66" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.43" rerouteNo="0" devices="tripinfo_B.5" vType="t1" speedFactor="1.05" vaporized=""/>
<     <tripinfo id="B.6" depart="7.80" departLane="beg_1" departPos="5.96" departPosLat="0.00" departSpeed="29.53" departDelay="0.00" arrival="18.00" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="29.20" duration="10.20" routeLength="294.04" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.19" rerouteNo="0" devices="tripinfo_B.6" vType="t1" speedFactor="0.89" vaporized=""/>
<     <tripinfo id="B.7" depart="9.10" departLane="beg_1" departPos="33.59" departPosLat="0.00" departSpeed="25.41" departDelay="0.00" arrival="19.20" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="30.02" duration="10.10" routeLength="266.41" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.50" rerouteNo="0" devices="tripinfo_B.7" vType="t1" speedFactor="0.94" vaporized=""/>
<     <tripinfo id="B.8" depart="10.60" departLane="beg_1" departPos="61.56" departPosLat="0.00" departSpeed="21.22" departDelay="0.20" arrival="20.50" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="28.02" duration="9.90" routeLength="238.44" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.47" rerouteNo="0" devices="tripinfo_B.8" vType="t1" speedFactor="0.86" vaporized=""/>
<     <tripinfo id="B.9" depart="11.70" departLane="beg_1" departPos="30.37" departPosLat="0.00" departSpeed="24.95" departDelay="0.00" arrival="22.00" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="30.80" duration="10.30" routeLength="269.63" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.86" rerouteNo="0" devices="tripinfo_B.9" vType="t1" speedFactor="1.09" vaporized=""/>
<     <tripinfo id="B.10" depart="13.00" departLane="beg_1" departPos="17.20" departPosLat="0.00" departSpeed="26.60" departDelay="0.00" arrival="23.50" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="30.31" duration="10.50" routeLength="282.80" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.21" rerouteNo="0" devices="tripinfo_B.10" vType="t1" speedFactor="1.03" vaporized=""/>
<     <tripinfo id="B.11" depart="14.90" departLane="beg_1" departPos="4.77" departPosLat="0.00" departSpeed="29.87" departDelay="0.60" arrival="25.10" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="31.81" duration="10.20" routeLength="295.23" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.71" rerouteNo="0" devices="tripinfo_B.11" vType="t1" speedFactor="1.05" vaporized=""/>
<     <tripinfo id="B.12" depart="16.20" departLane="beg_1" departPos="20.31" departPosLat="0.00" departSpeed="27.72" departDelay="0.60" arrival="26.30" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="31.88" duration="10.10" routeLength="279.69" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.62" rerouteNo="0" devices="tripinfo_B.12" vType="t1" speedFactor="1.12" vaporized=""/>
<     <tripinfo id="B.13" depart="17.20" departLane="beg_1" departPos="8.52" departPosLat="0.00" departSpeed="27.76" departDelay="0.30" arrival="27.90" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="31.33" duration="10.70" routeLength="291.48" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.80" rerouteNo="0" devices="tripinfo_B.13" vType="t1" speedFactor="0.99" vaporized=""/>
<     <tripinfo id="B.14" depart="18.60" departLane="beg_1" departPos="20.58" departPosLat="0.00" departSpeed="26.15" departDelay="0.40" arrival="29.20" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="30.29" duration="10.60" routeLength="279.42" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.54" rerouteNo="0" devices="tripinfo_B.14" vType="t1" speedFactor="0.93" vaporized=""/>
<     <tripinfo id="B.15" depart="19.60" departLane="beg_1" departPos="33.50" departPosLat="0.00" departSpeed="22.12" departDelay="0.10" arrival="30.70" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="29.16" duration="11.10" routeLength="266.50" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.89" rerouteNo="0" devices="tripinfo_B.15" vType="t1" speedFactor="0.88" vaporized=""/>
<     <tripinfo id="B.16" depart="21.30" departLane="beg_1" departPos="41.50" departPosLat="0.00" departSpeed="22.59" departDelay="0.50" arrival="32.40" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="28.18" duration="11.10" routeLength="258.50" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.77" rerouteNo="0" devices="tripinfo_B.16" vType="t1" speedFactor="0.94" vaporized=""/>
<     <tripinfo id="B.17" depart="22.10" departLane="beg_1" departPos="31.52" departPosLat="0.00" departSpeed="22.10" departDelay="0.00" arrival="33.70" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="28.58" duration="11.60" routeLength="268.48" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.97" rerouteNo="0" devices="tripinfo_B.17" vType="t1" speedFactor="0.94" vaporized=""/>
<     <tripinfo id="B.18" depart="23.40" departLane="beg_1" departPos="38.10" departPosLat="0.00" departSpeed="20.28" departDelay="0.00" arrival="35.20" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="28.69" duration="11.80" routeLength="261.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="4.95" rerouteNo="0" devices="tripinfo_B.18" vType="t1" speedFactor="1.16" vaporized=""/>
<     <tripinfo id="B.19" depart="24.80" departLane="beg_1" departPos="23.89" departPosLat="0.00" departSpeed="22.90" departDelay="0.10" arrival="37.00" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="26.62" duration="12.20" routeLength="276.11" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="4.02" rerouteNo="0" devices="tripinfo_B.19" vType="t1" speedFactor="1.02" vaporized=""/>
<     <tripinfo id="B.20" depart="26.00" departLane="beg_1" departPos="21.93" departPosLat="0.00" departSpeed="22.22" departDelay="0.00" arrival="38.60" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="26.89" duration="12.60" routeLength="278.07" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="4.27" rerouteNo="0" devices="tripinfo_B.20" vType="t1" speedFactor="1.01" vaporized=""/>
<     <tripinfo id="B.21" depart="27.80" departLane="beg_1" departPos="9.79" departPosLat="0.00" departSpeed="25.64" departDelay="0.50" arrival="40.10" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="27.71" duration="12.30" routeLength="290.21" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="3.29" rerouteNo="0" devices="tripinfo_B.21" vType="t1" speedFactor="0.98" vaporized=""/>
<     <tripinfo id="B.22" depart="30.10" departLane="beg_1" departPos="5.32" departPosLat="0.00" departSpeed="28.80" departDelay="1.50" arrival="41.70" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="27.95" duration="11.60" routeLength="294.68" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.62" rerouteNo="0" devices="tripinfo_B.22" vType="t1" speedFactor="0.89" vaporized=""/>
<     <tripinfo id="B.23" depart="31.20" departLane="beg_1" departPos="3.28" departPosLat="0.00" departSpeed="27.52" departDelay="1.30" arrival="43.30" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="27.37" duration="12.10" routeLength="296.72" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.24" rerouteNo="0" devices="tripinfo_B.23" vType="t1" speedFactor="0.83" vaporized=""/>
<     <tripinfo id="B.24" depart="31.60" departLane="beg_1" departPos="1.57" departPosLat="0.00" departSpeed="23.72" departDelay="0.40" arrival="44.90" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="26.54" duration="13.30" routeLength="298.43" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.98" rerouteNo="0" devices="tripinfo_B.24" vType="t1" speedFactor="0.87" vaporized=""/>
<     <tripinfo id="B.25" depart="33.20" departLane="beg_1" departPos="16.44" departPosLat="0.00" departSpeed="21.17" departDelay="0.70" arrival="46.30" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="25.98" duration="13.10" routeLength="283.56" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="3.78" rerouteNo="0" devices="tripinfo_B.25" vType="t1" speedFactor="0.92" vaporized=""/>
<     <tripinfo id="B.26" depart="34.00" departLane="beg_1" departPos="23.91" departPosLat="0.00" departSpeed="16.64" departDelay="0.20" arrival="47.80" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="25.34" duration="13.80" routeLength="276.09" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="5.04" rerouteNo="0" devices="tripinfo_B.26" vType="t1" speedFactor="0.95" vaporized=""/>
<     <tripinfo id="B.27" depart="35.20" departLane="beg_1" departPos="1.03" departPosLat="0.00" departSpeed="19.66" departDelay="0.10" arrival="49.30" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="27.26" duration="14.10" routeLength="298.97" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="6.10" rerouteNo="0" devices="tripinfo_B.27" vType="t1" speedFactor="1.13" vaporized=""/>
<     <tripinfo id="B.28" depart="36.40" departLane="beg_1" departPos="10.49" departPosLat="0.00" departSpeed="16.43" departDelay="0.00" arrival="50.90" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="26.15" duration="14.50" routeLength="289.51" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="5.15" rerouteNo="0" devices="tripinfo_B.28" vType="t1" speedFactor="0.93" vaporized=""/>
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST had known bugs (#3696) on ts-sim-build-ba : action_step_length Sublane nopush_for_merge_impatience_growth ( Last six runs Oct2022 )

#3696
(This bug was triggered by text found in file 'output' matching '.*')
---------- Differences in errors ----------
0a1,96
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Warning: Teleporting vehicle 'A'; waited too long (wrong lane), lane='beg_0', time=316.70.
> Warning: Vehicle 'A' teleports beyond arrival edge 'end', time=324.70.
> 
> =================================================================
> ==4144006==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f976cf042f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f97571740cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- Differences in lanechanges ----------
5d4
<     <change id="A" type="t0" time="111.00" from="beg_0" to="beg_1" dir="1" speed="0.00" pos="200.00" reason="strategic|urgent" leaderGap="21.37" leaderSecureGap="0.00" followerGap="94.84" followerSecureGap="139.07" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
---------- Differences in output ----------
1c1
< Loading net-file from 'net.net.xml'... done ((TIME)).
---
> Loading net-file from 'net.net.xml' ... done ((TIME)).
3,4c3,4
< Simulation started with time: 0.00..
< Simulation ended at time: 384.00
---
> Simulation started with time: 0.00.
> Simulation ended at time: 392.30
11,16c11,18
< Statistics (avg):
<  RouteLength: 231.56
<  Duration: 8.81
<  WaitingTime: 0.41
<  TimeLoss: 1.44
<  DepartDelay: 37.43
---
> Teleports: 1 (Wrong Lane: 1)
> Statistics (avg of 232):
>  RouteLength: 282.38
>  Speed: 17.09
>  Duration: 20.16
>  WaitingTime: 1.30
>  TimeLoss: 11.62
>  DepartDelay: 25.21
---------- Differences in tripinfos ----------
5,236c5,236
<     <tripinfo id="B.0" depart="0.00" departLane="beg_1" departPos="178.20" departPosLat="0.00" departSpeed="31.27" departDelay="0.00" arrival="4.00" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="30.31" duration="4.00" routeLength="121.80" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.05" rerouteNo="0" devices="tripinfo_B.0" vType="t1" speedFactor="0.94" vaporized=""/>
<     <tripinfo id="B.1" depart="1.30" departLane="beg_1" departPos="98.29" departPosLat="0.00" departSpeed="33.68" departDelay="0.00" arrival="7.40" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="32.56" duration="6.10" routeLength="201.71" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.09" rerouteNo="0" devices="tripinfo_B.1" vType="t1" speedFactor="1.01" vaporized=""/>
<     <tripinfo id="B.2" depart="2.60" departLane="beg_1" departPos="49.50" departPosLat="0.00" departSpeed="36.09" departDelay="0.00" arrival="9.70" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="35.50" duration="7.10" routeLength="250.50" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.12" rerouteNo="0" devices="tripinfo_B.2" vType="t1" speedFactor="1.08" vaporized=""/>
<     <tripinfo id="B.3" depart="4.00" departLane="beg_1" departPos="90.42" departPosLat="0.00" departSpeed="31.28" departDelay="0.10" arrival="10.60" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="33.26" duration="6.60" routeLength="209.58" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.42" rerouteNo="0" devices="tripinfo_B.3" vType="t1" speedFactor="1.03" vaporized=""/>
<     <tripinfo id="B.4" depart="5.20" departLane="beg_1" departPos="64.39" departPosLat="0.00" departSpeed="27.70" departDelay="0.00" arrival="13.90" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="27.51" duration="8.70" routeLength="235.61" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.16" rerouteNo="0" devices="tripinfo_B.4" vType="t1" speedFactor="0.83" vaporized=""/>
<     <tripinfo id="B.5" depart="6.80" departLane="beg_1" departPos="47.34" departPosLat="0.00" departSpeed="30.39" departDelay="0.30" arrival="15.50" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="29.61" duration="8.70" routeLength="252.66" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.43" rerouteNo="0" devices="tripinfo_B.5" vType="t1" speedFactor="1.05" vaporized=""/>
<     <tripinfo id="B.6" depart="7.80" departLane="beg_1" departPos="5.96" departPosLat="0.00" departSpeed="29.53" departDelay="0.00" arrival="18.00" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="29.20" duration="10.20" routeLength="294.04" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.19" rerouteNo="0" devices="tripinfo_B.6" vType="t1" speedFactor="0.89" vaporized=""/>
<     <tripinfo id="B.7" depart="9.10" departLane="beg_1" departPos="33.59" departPosLat="0.00" departSpeed="25.41" departDelay="0.00" arrival="19.20" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="30.02" duration="10.10" routeLength="266.41" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.50" rerouteNo="0" devices="tripinfo_B.7" vType="t1" speedFactor="0.94" vaporized=""/>
<     <tripinfo id="B.8" depart="10.60" departLane="beg_1" departPos="61.56" departPosLat="0.00" departSpeed="21.22" departDelay="0.20" arrival="20.50" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="28.02" duration="9.90" routeLength="238.44" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.47" rerouteNo="0" devices="tripinfo_B.8" vType="t1" speedFactor="0.86" vaporized=""/>
<     <tripinfo id="B.9" depart="11.70" departLane="beg_1" departPos="30.37" departPosLat="0.00" departSpeed="24.95" departDelay="0.00" arrival="22.00" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="30.80" duration="10.30" routeLength="269.63" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.86" rerouteNo="0" devices="tripinfo_B.9" vType="t1" speedFactor="1.09" vaporized=""/>
<     <tripinfo id="B.10" depart="13.00" departLane="beg_1" departPos="17.20" departPosLat="0.00" departSpeed="26.60" departDelay="0.00" arrival="23.50" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="30.31" duration="10.50" routeLength="282.80" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.21" rerouteNo="0" devices="tripinfo_B.10" vType="t1" speedFactor="1.03" vaporized=""/>
<     <tripinfo id="B.11" depart="14.90" departLane="beg_1" departPos="4.77" departPosLat="0.00" departSpeed="29.87" departDelay="0.60" arrival="25.10" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="31.81" duration="10.20" routeLength="295.23" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.71" rerouteNo="0" devices="tripinfo_B.11" vType="t1" speedFactor="1.05" vaporized=""/>
<     <tripinfo id="B.12" depart="16.20" departLane="beg_1" departPos="20.31" departPosLat="0.00" departSpeed="27.72" departDelay="0.60" arrival="26.30" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="31.88" duration="10.10" routeLength="279.69" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.62" rerouteNo="0" devices="tripinfo_B.12" vType="t1" speedFactor="1.12" vaporized=""/>
<     <tripinfo id="B.13" depart="17.20" departLane="beg_1" departPos="8.52" departPosLat="0.00" departSpeed="27.76" departDelay="0.30" arrival="27.90" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="31.33" duration="10.70" routeLength="291.48" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.80" rerouteNo="0" devices="tripinfo_B.13" vType="t1" speedFactor="0.99" vaporized=""/>
<     <tripinfo id="B.14" depart="18.60" departLane="beg_1" departPos="20.58" departPosLat="0.00" departSpeed="26.15" departDelay="0.40" arrival="29.20" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="30.29" duration="10.60" routeLength="279.42" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.54" rerouteNo="0" devices="tripinfo_B.14" vType="t1" speedFactor="0.93" vaporized=""/>
<     <tripinfo id="B.15" depart="19.60" departLane="beg_1" departPos="33.50" departPosLat="0.00" departSpeed="22.12" departDelay="0.10" arrival="30.70" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="29.16" duration="11.10" routeLength="266.50" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.89" rerouteNo="0" devices="tripinfo_B.15" vType="t1" speedFactor="0.88" vaporized=""/>
<     <tripinfo id="B.16" depart="21.30" departLane="beg_1" departPos="41.50" departPosLat="0.00" departSpeed="22.59" departDelay="0.50" arrival="32.40" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="28.18" duration="11.10" routeLength="258.50" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.77" rerouteNo="0" devices="tripinfo_B.16" vType="t1" speedFactor="0.94" vaporized=""/>
<     <tripinfo id="B.17" depart="22.10" departLane="beg_1" departPos="31.52" departPosLat="0.00" departSpeed="22.10" departDelay="0.00" arrival="33.70" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="28.58" duration="11.60" routeLength="268.48" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.97" rerouteNo="0" devices="tripinfo_B.17" vType="t1" speedFactor="0.94" vaporized=""/>
<     <tripinfo id="B.18" depart="23.40" departLane="beg_1" departPos="38.10" departPosLat="0.00" departSpeed="20.28" departDelay="0.00" arrival="35.20" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="28.69" duration="11.80" routeLength="261.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="4.95" rerouteNo="0" devices="tripinfo_B.18" vType="t1" speedFactor="1.16" vaporized=""/>
<     <tripinfo id="B.19" depart="24.80" departLane="beg_1" departPos="23.89" departPosLat="0.00" departSpeed="22.90" departDelay="0.10" arrival="37.00" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="26.62" duration="12.20" routeLength="276.11" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="4.02" rerouteNo="0" devices="tripinfo_B.19" vType="t1" speedFactor="1.02" vaporized=""/>
<     <tripinfo id="B.20" depart="26.00" departLane="beg_1" departPos="21.93" departPosLat="0.00" departSpeed="22.22" departDelay="0.00" arrival="38.60" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="26.89" duration="12.60" routeLength="278.07" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="4.27" rerouteNo="0" devices="tripinfo_B.20" vType="t1" speedFactor="1.01" vaporized=""/>
<     <tripinfo id="B.21" depart="27.80" departLane="beg_1" departPos="9.79" departPosLat="0.00" departSpeed="25.64" departDelay="0.50" arrival="40.10" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="27.71" duration="12.30" routeLength="290.21" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="3.29" rerouteNo="0" devices="tripinfo_B.21" vType="t1" speedFactor="0.98" vaporized=""/>
<     <tripinfo id="B.22" depart="30.10" departLane="beg_1" departPos="5.32" departPosLat="0.00" departSpeed="28.80" departDelay="1.50" arrival="41.70" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="27.95" duration="11.60" routeLength="294.68" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.62" rerouteNo="0" devices="tripinfo_B.22" vType="t1" speedFactor="0.89" vaporized=""/>
<     <tripinfo id="B.23" depart="31.20" departLane="beg_1" departPos="3.28" departPosLat="0.00" departSpeed="27.52" departDelay="1.30" arrival="43.30" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="27.37" duration="12.10" routeLength="296.72" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.24" rerouteNo="0" devices="tripinfo_B.23" vType="t1" speedFactor="0.83" vaporized=""/>
<     <tripinfo id="B.24" depart="31.60" departLane="beg_1" departPos="1.57" departPosLat="0.00" departSpeed="23.72" departDelay="0.40" arrival="44.90" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="26.54" duration="13.30" routeLength="298.43" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.98" rerouteNo="0" devices="tripinfo_B.24" vType="t1" speedFactor="0.87" vaporized=""/>
<     <tripinfo id="B.25" depart="33.20" departLane="beg_1" departPos="16.44" departPosLat="0.00" departSpeed="21.17" departDelay="0.70" arrival="46.30" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="25.98" duration="13.10" routeLength="283.56" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="3.78" rerouteNo="0" devices="tripinfo_B.25" vType="t1" speedFactor="0.92" vaporized=""/>
<     <tripinfo id="B.26" depart="34.00" departLane="beg_1" departPos="23.91" departPosLat="0.00" departSpeed="16.64" departDelay="0.20" arrival="47.80" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="25.34" duration="13.80" routeLength="276.09" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="5.04" rerouteNo="0" devices="tripinfo_B.26" vType="t1" speedFactor="0.95" vaporized=""/>
<     <tripinfo id="B.27" depart="35.20" departLane="beg_1" departPos="1.03" departPosLat="0.00" departSpeed="19.66" departDelay="0.10" arrival="49.30" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="27.26" duration="14.10" routeLength="298.97" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="6.10" rerouteNo="0" devices="tripinfo_B.27" vType="t1" speedFactor="1.13" vaporized=""/>
<     <tripinfo id="B.28" depart="36.40" departLane="beg_1" departPos="10.49" departPosLat="0.00" departSpeed="16.43" departDelay="0.00" arrival="50.90" arrivalLane="end_0" arrivalPos="100.00" arrivalPosLat="0.00" arrivalSpeed="26.15" duration="14.50" routeLength="289.51" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="5.15" rerouteNo="0" devices="tripinfo_B.28" vType="t1" speedFactor="0.93" vaporized=""/>
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST had known bugs (#3698) on ts-sim-build-ba : action_step_length Sublane push_for_merge_highres ( Last six runs Oct2022 )

#3698
(This bug was triggered by text found in file 'fcd' matching '.*')
---------- Differences in errors ----------
0a1,79
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4143601==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdf1c5702f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdf067dc0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdf184b1082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- Differences in fcd ----------
8a9,12
>     <timestep time="0.10">
>         <vehicle id="B" x="1.38" y="-1.64" angle="89.70" type="tB" speed="13.89" pos="1.39" lane="beg_1" slope="0.00"/>
>         <vehicle id="ego" x="1.48" y="-4.94" angle="89.70" type="tEgo" speed="13.89" pos="1.49" lane="beg_0" slope="0.00"/>
>     </timestep>
10,11c14,19
<         <vehicle id="B" x="2.76" y="-1.65" angle="90.00" type="tB" speed="13.89" pos="2.78" lane="beg_1" slope="0.00"/>
<         <vehicle id="ego" x="2.86" y="-4.91" angle="89.71" type="tEgo" speed="13.89" pos="2.88" lane="beg_0" slope="0.00"/>
---
>         <vehicle id="B" x="2.76" y="-1.62" angle="89.39" type="tB" speed="13.89" pos="2.78" lane="beg_1" slope="0.00"/>
>         <vehicle id="ego" x="2.86" y="-4.92" angle="89.39" type="tEgo" speed="13.89" pos="2.88" lane="beg_0" slope="0.00"/>
>     </timestep>
>     <timestep time="0.30">
>         <vehicle id="B" x="4.14" y="-1.59" angle="89.09" type="tB" speed="13.89" pos="4.17" lane="beg_1" slope="0.00"/>
>         <vehicle id="ego" x="4.23" y="-4.89" angle="89.09" type="tEgo" speed="13.89" pos="4.27" lane="beg_0" slope="0.00"/>
14,15c22,27
<         <vehicle id="B" x="5.51" y="-1.61" angle="89.71" type="tB" speed="13.89" pos="5.56" lane="beg_1" slope="0.00"/>
<         <vehicle id="ego" x="5.61" y="-4.83" angle="89.41" type="tEgo" speed="13.89" pos="5.66" lane="beg_0" slope="0.00"/>
---
>         <vehicle id="B" x="5.51" y="-1.56" angle="89.09" type="tB" speed="13.89" pos="5.56" lane="beg_1" slope="0.00"/>
>         <vehicle id="ego" x="5.61" y="-4.85" angle="88.79" type="tEgo" speed="13.89" pos="5.66" lane="beg_0" slope="0.00"/>
>     </timestep>
>     <timestep time="0.50">
>         <vehicle id="B" x="6.89" y="-1.52" angle="88.79" type="tB" speed="13.89" pos="6.95" lane="beg_1" slope="0.00"/>
>         <vehicle id="ego" x="6.99" y="-4.80" angle="88.48" type="tEgo" speed="13.89" pos="7.05" lane="beg_0" slope="0.00"/>
18,19c30,35
<         <vehicle id="B" x="8.27" y="-1.57" angle="89.71" type="tB" speed="13.89" pos="8.33" lane="beg_1" slope="0.00"/>
<         <vehicle id="ego" x="8.37" y="-4.71" angle="89.12" type="tEgo" speed="13.89" pos="8.43" lane="beg_0" slope="0.00"/>
---
>         <vehicle id="B" x="8.27" y="-1.47" angle="88.48" type="tB" speed="13.89" pos="8.33" lane="beg_1" slope="0.00"/>
<truncated after showing first 30 lines>
---------- Differences in lanechanges ----------
5c5
<     <change id="ego" type="tEgo" time="7.40" from="beg_0" to="beg_1" dir="1" speed="13.89" pos="102.89" reason="strategic|urgent" leaderGap="None" leaderSecureGap="None" followerGap="6.95" followerSecureGap="3.90" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
---
>     <change id="ego" type="tEgo" time="7.50" from="beg_0" to="beg_1" dir="1" speed="13.89" pos="104.27" reason="strategic|urgent" leaderGap="None" leaderSecureGap="None" leaderSpeed="None" followerGap="7.34" followerSecureGap="3.92" followerSpeed="11.26" origLeaderGap="None" origLeaderSecureGap="None" origLeaderSpeed="None" latGap="None"/>
---------- New result in exitcode ----------
1

TEST had known bugs (#3704) on ts-sim-build-ba : action_step_length Sublane push_for_merge_ramp_mixed ( Last six runs Oct2022 )

#3704
(This bug was triggered by text found in file 'output' matching '.*')
Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
0a1,29
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Warning: Vehicle 'ramp.0' performs emergency braking on lane 'merge_1' with decel=9.00, wished=4.50, severity=1.00, time=4.10.
> Warning: Teleporting vehicle 'main.109'; collision with vehicle 'main.55', lane='merge_2', gap=-0.23', latGap=-0.10, time=111.80 stage=move.
> Warning: Vehicle 'main.109' ends teleporting on edge 'end', time=111.80.
> Warning: Vehicle 'main.73' performs emergency braking on lane 'merge_1' with decel=9.00, wished=4.50, severity=1.00, time=178.80.
> Warning: Teleporting vehicle 'main.73'; collision with vehicle 'ramp.42', lane='merge_1', gap=-6.90', latGap=-0.01, time=179.20 stage=laneChange.
> Warning: Vehicle 'main.149' performs emergency braking on lane 'beg_1' with decel=9.00, wished=4.50, severity=1.00, time=181.80.
> Warning: Vehicle 'main.73' ends teleporting on edge 'end', time=182.80.
> Warning: Teleporting vehicle 'main.169'; collision with vehicle 'main.153', lane='merge_1', gap=-0.55', latGap=-0.24, time=252.10 stage=move.
> Warning: Vehicle 'main.169' ends teleporting on edge 'end', time=252.50.
> Warning: Vehicle 'main.198' performs emergency braking on lane 'beg_0' with decel=9.00, wished=4.50, severity=1.00, time=253.30.
> Warning: Vehicle 'main.199' performs emergency braking on lane 'beg_0' with decel=9.00, wished=4.50, severity=1.00, time=254.30.
> Warning: Vehicle 'main.198' performs emergency braking on lane 'beg_0' with decel=9.00, wished=4.50, severity=1.00, time=255.30.
> Warning: Teleporting vehicle 'main.198'; collision with vehicle 'main.203', lane='beg_0', gap=-0.06', latGap=-0.72, time=255.50 stage=move.
> Warning: Vehicle 'main.198' ends teleporting on edge 'merge', time=255.60.
> Warning: Vehicle 'main.192' performs emergency braking on lane 'merge_2' with decel=9.00, wished=4.50, severity=1.00, time=268.00.
> Warning: Teleporting vehicle 'main.192'; collision with vehicle 'main.171', lane='merge_2', gap=-4.17', latGap=-0.02, time=268.60 stage=laneChange.
> Warning: Vehicle 'main.192' ends teleporting on edge 'end', time=270.00.
> Warning: Vehicle 'main.212' performs emergency braking on lane 'merge_2' with decel=9.00, wished=4.50, severity=1.00, time=287.20.
> Warning: Teleporting vehicle 'main.212'; collision with vehicle 'main.186', lane='merge_2', gap=-0.25', latGap=-0.89, time=287.60 stage=move.
<truncated after showing first 30 lines>
---------- Differences in lanechanges ----------
5,361c5,167
<     <change id="ramp.0" type="passenger_pushy" time="2.00" from="merge_0" to="merge_1" dir="1" speed="24.45" pos="51.03" reason="strategic|urgent" leaderGap="8.88" leaderSecureGap="0.00" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="main.3" type="passenger_pushy" time="4.00" from="merge_1" to="merge_2" dir="1" speed="31.26" pos="36.39" reason="cooperative|urgent" leaderGap="63.08" leaderSecureGap="6.32" followerGap="None" followerSecureGap="None" origLeaderGap="24.98" origLeaderSecureGap="93.27" latGap="None"/>
<     <change id="ramp.1" type="passenger" time="5.00" from="merge_0" to="merge_1" dir="1" speed="14.51" pos="80.88" reason="strategic|urgent" leaderGap="None" leaderSecureGap="None" followerGap="37.40" followerSecureGap="28.87" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="ramp.3" type="passenger_pushy" time="5.00" from="merge_0" to="merge_1" dir="1" speed="18.08" pos="38.49" reason="strategic|urgent" leaderGap="17.93" leaderSecureGap="16.90" followerGap="None" followerSecureGap="None" origLeaderGap="17.93" origLeaderSecureGap="16.90" latGap="None"/>
<     <change id="ramp.2" type="passenger" time="6.00" from="merge_0" to="merge_1" dir="1" speed="13.88" pos="75.29" reason="strategic|urgent" leaderGap="17.71" leaderSecureGap="4.17" followerGap="14.07" followerSecureGap="29.30" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="ramp.4" type="motorcycle" time="16.00" from="merge_0" to="merge_1" dir="1" speed="0.00" pos="116.79" reason="strategic|urgent" leaderGap="14.72" leaderSecureGap="0.00" followerGap="2.50" followerSecureGap="9.79" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="ramp.5" type="motorcycle" time="16.00" from="merge_0" to="merge_1" dir="1" speed="9.79" pos="112.09" reason="strategic|urgent" leaderGap="2.50" leaderSecureGap="9.79" followerGap="81.81" followerSecureGap="13.62" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="main.18" type="passenger" time="19.00" from="beg_0" to="beg_1" dir="1" speed="25.36" pos="253.55" reason="cooperative|urgent" leaderGap="32.14" leaderSecureGap="0.00" followerGap="29.42" followerSecureGap="56.98" origLeaderGap="48.39" origLeaderSecureGap="84.65" latGap="None"/>
<     <change id="main.19" type="passenger" time="19.00" from="beg_0" to="beg_1" dir="1" speed="30.11" pos="219.13" reason="cooperative|urgent" leaderGap="29.42" leaderSecureGap="56.98" followerGap="None" followerSecureGap="None" origLeaderGap="82.81" origLeaderSecureGap="116.27" latGap="None"/>
<     <change id="ramp.6" type="motorcycle" time="20.00" from="merge_0" to="merge_1" dir="1" speed="0.00" pos="116.79" reason="strategic|urgent" leaderGap="29.10" leaderSecureGap="0.00" followerGap="16.24" followerSecureGap="27.32" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="ramp.7" type="passenger" time="20.00" from="merge_0" to="merge_1" dir="1" speed="13.58" pos="98.34" reason="strategic|urgent" leaderGap="16.24" leaderSecureGap="27.32" followerGap="17.21" followerSecureGap="5.32" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="ramp.8" type="passenger" time="20.00" from="merge_0" to="merge_1" dir="1" speed="10.86" pos="76.14" reason="strategic|urgent" leaderGap="17.21" leaderSecureGap="5.32" followerGap="24.58" followerSecureGap="0.00" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="ramp.9" type="passenger_pushy" time="20.00" from="merge_0" to="merge_1" dir="1" speed="3.84" pos="46.56" reason="strategic|urgent" leaderGap="24.58" leaderSecureGap="0.00" followerGap="93.70" followerSecureGap="86.80" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="ramp.11" type="passenger_pushy" time="20.00" from="merge_0" to="merge_1" dir="1" speed="0.32" pos="17.97" reason="strategic|urgent" leaderGap="23.59" leaderSecureGap="0.32" followerGap="65.11" followerSecureGap="86.80" origLeaderGap="12.25" origLeaderSecureGap="0.32" latGap="None"/>
<     <change id="ramp.10" type="passenger" time="22.00" from="merge_0" to="merge_1" dir="1" speed="6.44" pos="45.50" reason="strategic|urgent" leaderGap="11.54" leaderSecureGap="3.80" followerGap="14.09" followerSecureGap="4.59" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="ramp.13" type="passenger_pushy" time="26.00" from="merge_0" to="merge_1" dir="1" speed="9.85" pos="29.85" reason="strategic|urgent" leaderGap="36.77" leaderSecureGap="0.00" followerGap="4.92" followerSecureGap="0.00" origLeaderGap="20.68" origLeaderSecureGap="11.48" latGap="None"/>
<     <change id="ramp.12" type="motorcycle" time="27.00" from="merge_0" to="merge_1" dir="1" speed="4.99" pos="77.38" reason="strategic|urgent" leaderGap="27.01" leaderSecureGap="0.00" followerGap="32.88" followerSecureGap="23.85" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="ramp.15" type="passenger_pushy" time="29.00" from="merge_0" to="merge_1" dir="1" speed="11.17" pos="35.65" reason="strategic|urgent" leaderGap="55.52" leaderSecureGap="19.01" followerGap="13.49" followerSecureGap="3.45" origLeaderGap="None" origLeaderSecureGap="None" latGap="0.55"/>
<     <change id="ramp.16" type="passenger_pushy" time="30.00" from="merge_0" to="merge_1" dir="1" speed="10.99" pos="28.15" reason="strategic|urgent" leaderGap="16.27" leaderSecureGap="5.17" followerGap="38.29" followerSecureGap="24.73" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="ramp.14" type="motorcycle" time="32.00" from="merge_0" to="merge_1" dir="1" speed="0.00" pos="116.79" reason="strategic|urgent" leaderGap="31.36" leaderSecureGap="0.00" followerGap="45.53" followerSecureGap="16.34" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="main.24" type="motorcycle" time="32.00" from="merge_1" to="merge_2" dir="1" speed="6.24" pos="28.63" reason="speedGain" leaderGap="49.92" leaderSecureGap="0.00" followerGap="57.03" followerSecureGap="31.83" origLeaderGap="35.43" origLeaderSecureGap="6.24" latGap="None"/>
<     <change id="ramp.17" type="motorcycle" time="34.00" from="merge_0" to="merge_1" dir="1" speed="11.75" pos="52.05" reason="strategic|urgent" leaderGap="17.00" leaderSecureGap="10.94" followerGap="32.92" followerSecureGap="7.44" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="main.34" type="passenger_pushy" time="36.00" from="beg_0" to="beg_1" dir="1" speed="11.15" pos="244.84" reason="speedGain" leaderGap="8.95" leaderSecureGap="17.60" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="main.31" type="passenger_pushy" time="37.00" from="beg_0" to="beg_1" dir="1" speed="7.01" pos="282.05" reason="speedGain" leaderGap="9.35" leaderSecureGap="0.00" followerGap="9.27" followerSecureGap="7.96" origLeaderGap="11.30" origLeaderSecureGap="5.48" latGap="None"/>
<     <change id="ramp.18" type="passenger" time="37.00" from="merge_0" to="merge_1" dir="1" speed="15.00" pos="64.17" reason="strategic|urgent" leaderGap="30.70" leaderSecureGap="27.17" followerGap="13.87" followerSecureGap="2.06" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="main.30" type="passenger_pushy" time="38.00" from="merge_1" to="merge_2" dir="1" speed="5.71" pos="14.77" reason="speedGain" leaderGap="13.81" leaderSecureGap="2.81" followerGap="8.34" followerSecureGap="11.64" origLeaderGap="13.81" origLeaderSecureGap="2.81" latGap="None"/>
<     <change id="main.29" type="truck" time="39.00" from="merge_1" to="merge_2" dir="1" speed="11.20" pos="46.28" reason="cooperative|urgent" leaderGap="18.66" leaderSecureGap="0.00" followerGap="16.70" followerSecureGap="3.21" origLeaderGap="5.40" origLeaderSecureGap="11.74" latGap="None"/>
<     <change id="ramp.19" type="passenger_pushy" time="40.00" from="merge_0" to="merge_1" dir="1" speed="13.53" pos="70.21" reason="strategic|urgent" leaderGap="14.47" leaderSecureGap="6.31" followerGap="21.97" followerSecureGap="1.10" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <change id="ramp.20" type="passenger" time="40.00" from="merge_0" to="merge_1" dir="1" speed="9.40" pos="43.24" reason="strategic|urgent" leaderGap="21.97" leaderSecureGap="1.10" followerGap="12.61" followerSecureGap="8.38" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<truncated after showing first 30 lines>
---------- Differences in output ----------
1c1
< Loading net-file from 'net.net.xml'... done ((TIME)).
---
> Loading net-file from 'net.net.xml' ... done ((TIME)).
3,17c3
< Simulation started with time: 0.00..
< Simulation ended at time: 477.00
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 565
<  Running: 0
<  Waiting: 0
< Statistics (avg):
<  RouteLength: 395.35
<  Duration: 25.06
<  WaitingTime: 1.35
<  TimeLoss: 12.26
<  DepartDelay: 45.72
< 
---
> Simulation started with time: 0.00.

TEST had known bugs (#3696) on ts-sim-build-ba : action_step_length bugs ticket3696 ( Last six runs Oct2022 )

#3696
(This bug was triggered by text found in file 'output' matching '.*')
Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in aggregated300 ----------
2a3,14
> <!-- generated on 2022-10-24 07:04:53 by Eclipse SUMO GUI Version v1_14_1+1886-cbcc9551378
> This data file and the accompanying materials
> are made available under the terms of the Eclipse Public License v2.0
> which accompanies this distribution, and is available at
> http://www.eclipse.org/legal/epl-v20.html
> This file may also be made available under the following Secondary
> Licenses when the conditions for such availability set forth in the Eclipse
> Public License 2.0 are satisfied: GNU General Public License, version 2
> or later which is available at
> https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
> SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
> <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">
4,37c16,50
< <meandata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/meandata_file.xsd">
<     <interval begin="0.00" end="1030.00" id="laneData">
<         <edge id="beg">
<             <lane id="beg_0" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
<             <lane id="beg_1" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
<             <lane id="beg_2" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
<         </edge>
<         <edge id="beg2">
<             <lane id="beg2_0" sampledSeconds="2328.77" traveltime="102.18" overlapTraveltime="104.04" density="0.75" occupancy="0.37" waitingTime="0.00" speed="28.85" departed="363" arrived="0" entered="0" left="283" laneChangedFrom="80" laneChangedTo="0"/>
<             <lane id="beg2_1" sampledSeconds="2183.89" traveltime="86.88" overlapTraveltime="87.09" density="0.71" occupancy="0.35" waitingTime="0.00" speed="34.47" departed="332" arrived="0" entered="0" left="412" laneChangedFrom="0" laneChangedTo="80"/>
<         </edge>
<         <edge id="end">
<             <lane id="end_0" sampledSeconds="4033.76" traveltime="8.85" overlapTraveltime="9.02" density="19.88" occupancy="9.64" waitingTime="0.00" speed="22.39" departed="0" arrived="448" entered="448" left="0" laneChangedFrom="0" laneChangedTo="0"/>
<             <lane id="end_1" sampledSeconds="2637.89" traveltime="5.88" overlapTraveltime="6.02" density="13.00" occupancy="6.35" waitingTime="0.00" speed="33.56" departed="0" arrived="439" entered="439" left="0" laneChangedFrom="0" laneChangedTo="0"/>
<         </edge>
<         <edge id="end2">
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,23
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Warning: Vehicle 'main.103' performs emergency braking on lane 'beg2_1' with decel=9.00, wished=4.50, severity=1.00, time=144.80.
> Warning: Vehicle 'main.167' performs emergency braking on lane 'beg2_0' with decel=9.00, wished=4.50, severity=1.00, time=228.50.
> Warning: Vehicle 'main.190' performs emergency braking on lane 'beg2_1' with decel=9.00, wished=4.50, severity=1.00, time=262.40.
> Warning: Vehicle 'main.192' performs emergency braking on lane 'beg2_1' with decel=9.00, wished=4.50, severity=1.00, time=264.70.
> Warning: Vehicle 'main.206' performs emergency braking on lane 'beg2_0' with decel=9.00, wished=4.50, severity=1.00, time=291.70.
> Warning: Vehicle 'main.214' performs emergency braking on lane 'beg2_0' with decel=9.00, wished=4.50, severity=1.00, time=304.00.
> Warning: Vehicle 'main.216' performs emergency braking on lane 'beg2_0' with decel=9.00, wished=4.50, severity=1.00, time=309.30.
> Warning: Vehicle 'main.252' performs emergency braking on lane 'beg2_1' with decel=9.00, wished=4.50, severity=1.00, time=355.30.
> Warning: Vehicle 'main.291' performs emergency braking on lane 'beg2_0' with decel=9.00, wished=4.50, severity=1.00, time=429.30.
> Warning: Vehicle 'main.294' performs emergency braking on lane 'beg2_0' with decel=9.00, wished=4.50, severity=1.00, time=433.40.
> Warning: Teleporting vehicle 'main.323'; collision with vehicle 'main.321', lane='beg2_0', gap=-0.13', latGap=-0.02, time=514.50 stage=laneChange.
> Warning: Vehicle 'main.335' performs emergency braking on lane 'beg2_1' with decel=9.00, wished=4.50, severity=1.00, time=515.60.
> Warning: Vehicle 'main.323' ends teleporting on edge 'merge', time=515.60.
---------- Differences in output ----------
1,2c1,2
< Loading net-file from 'motorway.net.xml'... done ((TIME)).
< Loading additional-files from 'input_additional.add.xml'... done ((TIME)).
---
> Loading net-file from 'motorway.net.xml' ... done ((TIME)).
> Loading additional-files from 'input_additional.add.xml' ... done ((TIME)).
4,18c4
< Simulation started with time: 0.00..
< Simulation ended at time: 1030.00
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 887
<  Running: 0
<  Waiting: 0
< Statistics (avg):
<  RouteLength: 521.02
<  Duration: 22.82
<  WaitingTime: 1.43
<  TimeLoss: 7.85
<  DepartDelay: 0.00
< 
---
> Simulation started with time: 0.00.

TEST had known bugs (see #10986) on ts-sim-build-ba : bugs 10xxx ticket10986 ( Last six runs Oct2022 )

emergency braking
(This bug was triggered by text found in file 'errors' matching 'emergency braking')
---------- Differences in errors ----------
0a1,83
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Warning: Vehicle 'f_0.1176' performs emergency braking on lane '511268012#0_1' with decel=9.00, wished=4.50, severity=1.00, time=3673.00.
> 
> =================================================================
> ==4181883==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f097096d2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f095abee0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f096c8ae082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST had known bugs (see #11004) on ts-sim-build-ba : bugs 11xxx ticket11004 ( Last six runs Oct2022 )

emergency braking
(This bug was triggered by text found in file 'errors' matching 'emergency braking')
---------- Differences in errors ----------
0a1,89
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Warning: Vehicle 'f_0.22' performs emergency braking on lane '26691822#0_1' with decel=9.00, wished=4.50, severity=1.00, time=45.00.
> Warning: Vehicle 'f_0.47' performs emergency braking on lane '26691822#0_1' with decel=9.00, wished=4.50, severity=1.00, time=95.00.
> Warning: Vehicle 'f_0.72' performs emergency braking on lane '26691822#0_0' with decel=9.00, wished=4.50, severity=1.00, time=145.00.
> Warning: Vehicle 'f_0.97' performs emergency braking on lane '26691822#0_1' with decel=9.00, wished=4.50, severity=1.00, time=195.00.
> Warning: Vehicle 'f_0.122' performs emergency braking on lane '26691822#0_0' with decel=9.00, wished=4.50, severity=1.00, time=245.00.
> Warning: Vehicle 'f_0.147' performs emergency braking on lane '26691822#0_1' with decel=9.00, wished=4.50, severity=1.00, time=295.00.
> Warning: Vehicle 'f_0.172' performs emergency braking on lane '26691822#0_1' with decel=9.00, wished=4.50, severity=1.00, time=345.00.
> 
> =================================================================
> ==4181928==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f2758dcd2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f274305d0cd  (<unknown module>)
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST had known bugs (see #1097) on ts-sim-build-ba : bugs 1xxx ticket1097 ( Last six runs Oct2022 )

vehicles use the wrong lane and thereby slow down the flow of traffic
(This bug was triggered by FAILING to find text in file 'output' matching 'Simulation ended at time: 3352.00')
---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4175478==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f6e1d91a2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f6e07baa0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f6e1985b082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- Differences in output ----------
1c1
< Loading net-file from 'net.net.xml'...  done ((TIME)).
---
> Loading net-file from 'net.net.xml' ... done ((TIME)).
3,4c3,4
< Simulation started with time: 0.00..
< Simulation ended at time: 3352.00
---
> Simulation started with time: 0.00.
> Simulation ended at time: 3797.00
---------- New result in exitcode ----------
1

TEST had known bugs (#1845) on ts-sim-build-ba : bugs 1xxx ticket1845 ( Last six runs Oct2022 )

(This bug was triggered by text found in file 'errors' matching 'collision')
---------- New result in errors ----------
/home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
/home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
/home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
/home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
/home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
Warning: Teleporting vehicle 'minor'; collision with vehicle 'major', lane='mid1_0', gap=-4.32, time=8.00 stage=move.
Warning: Vehicle 'minor' ends teleporting on edge 'mid2', time=8.00.

=================================================================
==4176668==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 512 byte(s) in 2 object(s) allocated from:
    #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
    #1 0x7fd1540372f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)

Direct leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
    #1 0x7fd13e0650cd  (<unknown module>)

Direct leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
    #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
    #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
    #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
    #4 0x7fd14ff78082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1
---------- New result in output ----------

TEST had known bugs (#2319) on ts-sim-build-ba : bugs 2xxx ticket2319 ( Last six runs Oct2022 )

(This bug was triggered by text found in file 'errors' matching 'teleporting')
---------- Differences in errors ----------
0a1,135
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Warning: Teleporting vehicle 'v1'; waited too long (jam), lane=':C_3_0', time=307.00.
> Warning: Vehicle 'v1' ends teleporting on edge 'end', time=307.00.
> 
> =================================================================
> ==4176980==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f03aa5172f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f039477a0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
<truncated after showing first 30 lines>
---------- Differences in fcd ----------
6c6,7
<         <vehicle id="v0" x="52.31" y="34.06" angle="357.81" type="t0" speed="0.00" pos="17.43" lane="beg2_2" slope="0.00"/>
---
>         <vehicle id="v0" x="52.31" y="34.06" angle="357.81" type="truck" speed="0.00" pos="17.43" lane="beg2_2" slope="0.00"/>
>         <vehicle id="v1" x="18.32" y="51.01" angle="90.14" type="car" speed="0.00" pos="36.66" lane="beg1_0" slope="0.00"/>
9c10,11
<         <vehicle id="v0" x="52.21" y="36.66" angle="357.81" type="t0" speed="2.60" pos="20.03" lane="beg2_2" slope="0.00"/>
---
>         <vehicle id="v0" x="52.21" y="36.66" angle="357.81" type="truck" speed="2.60" pos="20.03" lane="beg2_2" slope="0.00"/>
>         <vehicle id="v1" x="20.92" y="51.01" angle="90.14" type="car" speed="2.60" pos="39.26" lane="beg1_0" slope="0.00"/>
12c14,15
<         <vehicle id="v0" x="52.01" y="41.85" angle="357.81" type="t0" speed="5.20" pos="25.23" lane="beg2_2" slope="0.00"/>
---
>         <vehicle id="v0" x="52.01" y="41.85" angle="357.81" type="truck" speed="5.20" pos="25.23" lane="beg2_2" slope="0.00"/>
>         <vehicle id="v1" x="26.12" y="50.99" angle="90.14" type="car" speed="5.20" pos="44.46" lane="beg1_0" slope="0.00"/>
15c18,19
<         <vehicle id="v0" x="54.58" y="51.86" angle="3.05" type="t0" speed="7.80" pos="5.60" lane=":C_0_2" slope="0.00"/>
---
>         <vehicle id="v0" x="54.58" y="51.86" angle="3.05" type="truck" speed="7.80" pos="5.60" lane=":C_0_2" slope="0.00"/>
>         <vehicle id="v1" x="33.92" y="50.97" angle="90.14" type="car" speed="7.80" pos="52.26" lane="beg1_0" slope="0.00"/>
18c22,23
<         <vehicle id="v0" x="62.96" y="54.02" angle="20.19" type="t0" speed="6.25" pos="1.25" lane="end_2" slope="0.00"/>
---
>         <vehicle id="v0" x="62.96" y="54.02" angle="20.19" type="truck" speed="6.25" pos="1.25" lane="end_2" slope="0.00"/>
>         <vehicle id="v1" x="43.19" y="50.95" angle="90.14" type="car" speed="9.27" pos="61.53" lane="beg1_0" slope="0.00"/>
21,22c26,27
<         <vehicle id="v0" x="64.71" y="53.99" angle="24.78" type="t0" speed="1.75" pos="3.00" lane="end_2" slope="0.00"/>
<         <vehicle id="v1" x="18.32" y="51.01" angle="90.14" type="t0" speed="0.00" pos="36.66" lane="beg1_0" slope="0.00"/>
---
>         <vehicle id="v0" x="64.71" y="53.99" angle="24.78" type="truck" speed="1.75" pos="3.00" lane="end_2" slope="0.00"/>
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST had known bugs (#2574) on ts-sim-build-ba : bugs 2xxx ticket2574 ( Last six runs Oct2022 )

(This bug was triggered by text found in file 'errors' matching 'Vehicle 'ego' will not be able to depart using the given velocity (unpriorised junction too close)!')
---------- New result in errors ----------
Error: Vehicle 'ego' will not be able to depart using the given velocity (unpriorised junction too close)!
/home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
/home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
/home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
/home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
/home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 

=================================================================
==4177303==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 512 byte(s) in 2 object(s) allocated from:
    #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
    #1 0x7fbff9ae32f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)

Direct leak of 152 byte(s) in 1 object(s) allocated from:
    #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
    #1 0xae420b in MSBaseVehicle::getEmissionParameters() const /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.h:737:30
    #2 0x158a5a2 in MSBaseVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSBaseVehicle.cpp:165:9
    #3 0x1f0edb0 in MSVehicle::initDevices() /home/delphi/clangDebug/sumo/src/microsim/MSVehicle.cpp:1027:20
    #4 0x20b79d0 in MSVehicleControl::initVehicle(MSBaseVehicle*, bool, bool) /home/delphi/clangDebug/sumo/src/microsim/MSVehicleControl.cpp:116:16
    #5 0xb0bdc2 in GUIVehicleControl::buildVehicle(SUMOVehicleParameter*, MSRoute const*, MSVehicleType*, bool, bool, bool) /home/delphi/clangDebug/sumo/src/guisim/GUIVehicleControl.cpp:53:5
    #6 0x1df150d in MSRouteHandler::closeVehicle() /home/delphi/clangDebug/sumo/src/microsim/MSRouteHandler.cpp:615:34
    #7 0x3dc5193 in SUMORouteHandler::myEndElement(int) /home/delphi/clangDebug/sumo/src/utils/vehicle/SUMORouteHandler.cpp:271:17
    #8 0x3f96838 in GenericSAXHandler::endElement(char16_t const*, char16_t const*, char16_t const*) /home/delphi/clangDebug/sumo/src/utils/xml/GenericSAXHandler.cpp:167:9
    #9 0x7fbffa5c4f52 in xercesc_3_2::SAX2XMLReaderImpl::endElement(xercesc_3_2::XMLElementDecl const&, unsigned int, bool, char16_t const*) (/usr/lib/x86_64-linux-gnu/libxerces-c-3.2.so+0x212f52)
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST had known bugs (#3255) on ts-sim-build-ba : bugs 3xxx ticket3255 ( Last six runs Oct2022 )

(This bug was triggered by FAILING to find text in file 'aggregated15' matching '31to211')
---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4178015==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f0f668852f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f0f4fd9f0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f0f627c6082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- Differences in output ----------
1d0
< Loading configuration ... done.
---------- New result in aggregated15 ----------
<?xml version="1.0" encoding="UTF-8"?>


<meandata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/meandata_file.xsd">
    <interval begin="600.00" end="615.00" id="dump_15">
        <edge id="31to210">
            <lane id="31to210_0" sampledSeconds="195.00" overlapTraveltime="100000.00" density="36.93" laneDensity="36.93" occupancy="18.47" waitingTime="195.00" timeLoss="195.00" speed="0.00" speedRelative="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        </edge>
        <edge id="31to212">
            <lane id="31to212_0" sampledSeconds="105.00" overlapTraveltime="100000.00" density="133.33" laneDensity="133.33" occupancy="67.38" waitingTime="105.00" timeLoss="105.00" speed="0.00" speedRelative="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        </edge>
    </interval>
    <interval begin="615.00" end="630.00" id="dump_15">
        <edge id="31to210">
            <lane id="31to210_0" sampledSeconds="195.00" overlapTraveltime="100000.00" density="36.93" laneDensity="36.93" occupancy="18.47" waitingTime="195.00" timeLoss="195.00" speed="0.00" speedRelative="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        </edge>
        <edge id="31to212">
            <lane id="31to212_0" sampledSeconds="105.00" overlapTraveltime="100000.00" density="133.33" laneDensity="133.33" occupancy="67.38" waitingTime="105.00" timeLoss="105.00" speed="0.00" speedRelative="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        </edge>
    </interval>
    <interval begin="630.00" end="645.00" id="dump_15">
        <edge id="31to210">
            <lane id="31to210_0" sampledSeconds="195.00" overlapTraveltime="100000.00" density="36.93" laneDensity="36.93" occupancy="18.47" waitingTime="195.00" timeLoss="195.00" speed="0.00" speedRelative="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        </edge>
        <edge id="31to212">
            <lane id="31to212_0" sampledSeconds="105.00" overlapTraveltime="100000.00" density="133.33" laneDensity="133.33" occupancy="67.38" waitingTime="105.00" timeLoss="105.00" speed="0.00" speedRelative="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
        </edge>
    </interval>
    <interval begin="645.00" end="660.00" id="dump_15">
        <edge id="31to210">
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST had known bugs (see #4839) on ts-sim-build-ba : cf_model drive_in_circles CACC ( Last six runs Oct2022 )

collisions
(This bug was triggered by text found in file 'errors' matching 'collision')
---------- Differences in aggregated60 ----------
6,7c6,7
<         <edge id="1/1to2/1" sampledSeconds="938.80" traveltime="194.14" overlapTraveltime="191.92" density="15.97" laneDensity="15.97" occupancy="7.93" waitingTime="0.00" timeLoss="692.98" speed="5.13" speedRelative="0.26" departed="60" arrived="0" entered="0" left="29" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="2/1to3/1" sampledSeconds="826.87" traveltime="54.89" overlapTraveltime="55.17" density="14.06" laneDensity="14.06" occupancy="6.98" waitingTime="0.00" timeLoss="73.70" speed="17.85" speedRelative="0.91" departed="0" arrived="0" entered="29" left="3" laneChangedFrom="0" laneChangedTo="0"/>
---
>         <edge id="1/1to2/1" sampledSeconds="990.01" traveltime="201.44" overlapTraveltime="199.58" density="16.84" laneDensity="16.84" occupancy="8.36" waitingTime="0.00" timeLoss="740.73" speed="4.94" speedRelative="0.25" departed="60" arrived="0" entered="0" left="27" laneChangedFrom="0" laneChangedTo="0"/>
>         <edge id="2/1to3/1" sampledSeconds="775.71" traveltime="51.71" overlapTraveltime="51.97" density="13.19" laneDensity="13.19" occupancy="6.54" waitingTime="0.00" timeLoss="25.64" speed="18.95" speedRelative="0.97" departed="0" arrived="0" entered="27" left="3" laneChangedFrom="0" laneChangedTo="0"/>
11,14c11,14
<         <edge id="1/1to2/1" sampledSeconds="2734.56" traveltime="187.71" overlapTraveltime="187.24" density="46.51" laneDensity="46.51" occupancy="23.22" waitingTime="159.00" timeLoss="2000.66" speed="5.26" speedRelative="0.27" departed="60" arrived="0" entered="0" left="31" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="2/1to3/1" sampledSeconds="1598.69" traveltime="56.53" overlapTraveltime="56.78" density="27.19" laneDensity="27.19" occupancy="13.53" waitingTime="4.00" timeLoss="183.84" speed="17.35" speedRelative="0.89" departed="0" arrived="0" entered="31" left="29" laneChangedFrom="0" laneChangedTo="0" teleported="1"/>
<         <edge id="3/1to4/1" sampledSeconds="966.02" traveltime="50.00" overlapTraveltime="50.25" density="16.43" laneDensity="16.43" occupancy="8.18" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="29" left="8" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="4/1to5/1" sampledSeconds="77.83" traveltime="50.00" overlapTraveltime="50.25" density="1.32" laneDensity="1.32" occupancy="0.65" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="8" left="0" laneChangedFrom="0" laneChangedTo="0"/>
---
>         <edge id="1/1to2/1" sampledSeconds="2845.12" traveltime="192.41" overlapTraveltime="191.94" density="48.39" laneDensity="48.39" occupancy="24.16" waitingTime="0.00" timeLoss="2100.24" speed="5.13" speedRelative="0.26" departed="60" arrived="0" entered="0" left="31" laneChangedFrom="0" laneChangedTo="0"/>
>         <edge id="2/1to3/1" sampledSeconds="1495.97" traveltime="50.84" overlapTraveltime="51.10" density="25.44" laneDensity="25.44" occupancy="12.65" waitingTime="0.00" timeLoss="24.83" speed="19.27" speedRelative="0.98" departed="0" arrived="0" entered="31" left="28" laneChangedFrom="0" laneChangedTo="0"/>
>         <edge id="3/1to4/1" sampledSeconds="973.89" traveltime="50.00" overlapTraveltime="50.25" density="16.56" laneDensity="16.56" occupancy="8.24" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="28" left="8" laneChangedFrom="0" laneChangedTo="0"/>
>         <edge id="4/1to5/1" sampledSeconds="62.14" traveltime="50.00" overlapTraveltime="50.25" density="1.06" laneDensity="1.06" occupancy="0.52" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="8" left="0" laneChangedFrom="0" laneChangedTo="0"/>
17,21c17,21
<         <edge id="1/1to2/1" sampledSeconds="4138.73" traveltime="183.96" overlapTraveltime="184.39" density="70.39" laneDensity="70.39" occupancy="35.03" waitingTime="404.00" timeLoss="3010.78" speed="5.34" speedRelative="0.27" departed="34" arrived="0" entered="0" left="29" laneChangedFrom="0" laneChangedTo="0" teleported="2"/>
<         <edge id="2/1to3/1" sampledSeconds="1608.66" traveltime="55.09" overlapTraveltime="55.35" density="27.36" laneDensity="27.36" occupancy="13.59" waitingTime="3.00" timeLoss="148.05" speed="17.80" speedRelative="0.91" departed="0" arrived="0" entered="29" left="28" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="3/1to4/1" sampledSeconds="1406.11" traveltime="50.00" overlapTraveltime="50.25" density="23.91" laneDensity="23.91" occupancy="11.90" waitingTime="0.00" timeLoss="0.03" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="27" left="29" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="4/1to5/1" sampledSeconds="1170.99" traveltime="50.00" overlapTraveltime="50.25" density="19.92" laneDensity="19.92" occupancy="9.91" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="29" left="13" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="5/1to6/1" sampledSeconds="185.80" traveltime="50.00" overlapTraveltime="50.25" density="3.16" laneDensity="3.16" occupancy="1.57" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="13" left="0" laneChangedFrom="0" laneChangedTo="0"/>
---
>         <edge id="1/1to2/1" sampledSeconds="4157.74" traveltime="188.60" overlapTraveltime="188.61" density="70.71" laneDensity="70.71" occupancy="35.23" waitingTime="18.00" timeLoss="3049.96" speed="5.22" speedRelative="0.27" departed="37" arrived="0" entered="0" left="31" laneChangedFrom="0" laneChangedTo="0" teleported="1"/>
>         <edge id="2/1to3/1" sampledSeconds="1622.34" traveltime="53.05" overlapTraveltime="53.31" density="27.59" laneDensity="27.59" occupancy="13.73" waitingTime="0.00" timeLoss="93.04" speed="18.48" speedRelative="0.94" departed="0" arrived="0" entered="31" left="29" laneChangedFrom="0" laneChangedTo="0"/>
>         <edge id="3/1to4/1" sampledSeconds="1449.22" traveltime="50.18" overlapTraveltime="50.43" density="24.65" laneDensity="24.65" occupancy="12.26" waitingTime="0.00" timeLoss="5.15" speed="19.53" speedRelative="1.00" departed="0" arrived="0" entered="29" left="28" laneChangedFrom="0" laneChangedTo="0"/>
>         <edge id="4/1to5/1" sampledSeconds="1156.49" traveltime="50.00" overlapTraveltime="50.25" density="19.67" laneDensity="19.67" occupancy="9.79" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="28" left="12" laneChangedFrom="0" laneChangedTo="0"/>
>         <edge id="5/1to6/1" sampledSeconds="161.24" traveltime="50.00" overlapTraveltime="50.25" density="2.74" laneDensity="2.74" occupancy="1.36" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="12" left="0" laneChangedFrom="0" laneChangedTo="0"/>
24,29c24,29
<         <edge id="1/1to2/1" sampledSeconds="3460.27" traveltime="135.74" overlapTraveltime="135.97" density="58.85" laneDensity="58.85" occupancy="29.28" waitingTime="265.00" timeLoss="2181.39" speed="7.24" speedRelative="0.37" departed="17" arrived="0" entered="0" left="32" laneChangedFrom="0" laneChangedTo="0" teleported="2"/>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
1,45c1,223
< Warning: Vehicle '0.40' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=72.00.
< Warning: Vehicle '0.42' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=75.00.
< Warning: Vehicle '0.52' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=92.00.
< Warning: Vehicle '0.75' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=132.00.
< Warning: Vehicle '0.94' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=160.00.
< Warning: Vehicle '0.87' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=171.00.
< Warning: Vehicle '0.92' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=179.00.
< Warning: Vehicle '0.108' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=182.00.
< Warning: Vehicle '0.129' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=217.00.
< Warning: Vehicle '0.136' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=228.00.
< Warning: Vehicle '0.119' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=241.00.
< Warning: Vehicle '0.147' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=248.00.
< Warning: Vehicle '0.154' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=289.00.
< Warning: Vehicle '0.155' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=290.00.
< Warning: Vehicle '0.172' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=294.00.
< Warning: Vehicle '0.122' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=304.00.
< Warning: Vehicle '0.34' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=640.00.
< Warning: Vehicle '0.99' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=782.00.
< Warning: Vehicle '0.151' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=807.00.
< Warning: Vehicle '0.118' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=813.00.
< Warning: Vehicle '0.114' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=846.00.
< Warning: Vehicle '0.118' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=851.00.
< Warning: Vehicle '0.186' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=943.00.
< Warning: Vehicle '0.12' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=1080.00.
< Warning: Vehicle '0.47' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=1271.00.
< Warning: Vehicle '0.113' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=1346.00.
< Warning: Vehicle '0.242' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=1548.00.
< Warning: Vehicle '0.61' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=1708.00.
< Warning: Vehicle '0.7' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=1722.00.
<truncated after showing first 30 lines>
---------- Differences in output ----------
10,21c10,21
<  Inserted: 253 (Loaded: 600)
<  Running: 253
<  Waiting: 347
< Teleports: 15 (Collisions: 15)
< Statistics (avg of 253):
<  RouteLength: 50408.00
<  Speed: 17.84
<  Duration: 2825.36
<  WaitingTime: 4.06
<  TimeLoss: 251.50
<  DepartDelay: 48.64
<  DepartDelayWaiting: 2574.00
---
>  Inserted: 262 (Loaded: 600)
>  Running: 262
>  Waiting: 338
> Teleports: 42 (Collisions: 42)
> Statistics (avg of 262):
>  RouteLength: 49434.12
>  Speed: 17.52
>  Duration: 2821.76
>  WaitingTime: 1.70
>  TimeLoss: 295.12
>  DepartDelay: 47.74
>  DepartDelayWaiting: 2569.50
---------- New result in exitcode ----------
1

TEST had known bugs (see #4839) on ts-sim-build-ba : cf_model drive_in_circles_small CACC ( Last six runs Oct2022 )

collisions
(This bug was triggered by text found in file 'errors' matching 'collision')
---------- Differences in errors ----------
1,136c1,164
< Warning: Teleporting vehicle '1.0'; collision with vehicle '1.34', lane='a_0', gap=-0.07, time=33.00 stage=move.
< Warning: Vehicle '1.2' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=37.00.
< Warning: Teleporting vehicle '1.16'; collision with vehicle '1.15', lane='a_0', gap=-0.20, time=65.00 stage=move.
< Warning: Vehicle '1.19' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=69.00.
< Warning: Teleporting vehicle '1.19'; collision with vehicle '1.18', lane='a_0', gap=-0.61, time=69.00 stage=move.
< Warning: Vehicle '1.11' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=123.00.
< Warning: Vehicle '1.12' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=124.00.
< Warning: Teleporting vehicle '1.12'; collision with vehicle '1.11', lane='a_0', gap=-0.44, time=124.00 stage=move.
< Warning: Teleporting vehicle '1.3'; collision with vehicle '1.2', lane='a_0', gap=-0.05, time=157.00 stage=move.
< Warning: Vehicle '1.7' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=183.00.
< Warning: Vehicle '1.14' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=209.00.
< Warning: Vehicle '1.14' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=228.00.
< Warning: Vehicle '1.14' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=248.00.
< Warning: Vehicle '1.29' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=285.00.
< Warning: Vehicle '1.30' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=286.00.
< Warning: Vehicle '1.9' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=325.00.
< Warning: Vehicle '1.20' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=340.00.
< Warning: Teleporting vehicle '1.30'; collision with vehicle '1.29', lane='a_0', gap=-0.80, time=358.00 stage=move.
< Warning: Vehicle '1.12' ends teleporting on edge 'b', time=372.00.
< Warning: Vehicle '1.30' ends teleporting on edge 'a', time=375.00.
< Warning: Vehicle '1.31' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=380.00.
< Warning: Teleporting vehicle '1.23'; collision with vehicle '1.22', lane='a_0', gap=-0.10, time=385.00 stage=move.
< Warning: Vehicle '1.28' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=399.00.
< Warning: Teleporting vehicle '1.29'; collision with vehicle '1.28', lane='a_0', gap=-0.02, time=400.00 stage=move.
< Warning: Vehicle '1.16' ends teleporting on edge 'a', time=410.00.
< Warning: Vehicle '1.15' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=436.00.
< Warning: Vehicle '1.17' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=437.00.
< Warning: Teleporting vehicle '1.17'; collision with vehicle '1.15', lane='a_0', gap=-1.66, time=437.00 stage=move.
< Warning: Vehicle '1.0' ends teleporting on edge 'a', time=448.00.
<truncated after showing first 30 lines>
---------- Differences in output ----------
13,16c13,16
< Teleports: 37 (Collisions: 37)
< Statistics (avg):
<  RouteLength: 43186.40
<  Speed: 14.40
---
> Teleports: 29 (Collisions: 29)
> Statistics (avg of 35):
>  RouteLength: 66615.08
>  Speed: 22.21
18,19c18,19
<  WaitingTime: 16.09
<  TimeLoss: 1497.94
---
>  WaitingTime: 3.48
>  TimeLoss: 496.47
---------- New result in exitcode ----------
1

TEST had known bugs (#5352) on ts-sim-build-ba : cf_model follow_slow CACC ( Last six runs Oct2022 )

#5352
(This bug was triggered by text found in file 'errors' matching '.+')
---------- Differences in errors ----------
0a1,94
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==3972770==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fd6cb8482f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fd6b5aa40cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fd6c7789082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST had known bugs (#5352) on ts-sim-build-ba : cf_model stop_at_position_with_follower CACC ( Last six runs Oct2022 )

#5352
(This bug was triggered by text found in file 'errors' matching '.+')
---------- Differences in errors ----------
0a1,14
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Tracer caught signal 11: addr=0x0 pc=0x5b7b84 sp=0x7f5ceb629d30
> ==3968360==LeakSanitizer has encountered a fatal error.
> ==3968360==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
> ==3968360==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)
---------- New result in exitcode ----------
1

TEST had known bugs (see #10292) on ts-sim-build-ba : devices rerouting parallel parallel_random_weights ( Last six runs Oct2022 )

non-determinism
(This bug was triggered by text found in the full difference report matching 'route')
---------- Differences in errors ----------
0a1,82
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4159774==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f5c343b72f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f5c1d5e60cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f5c302f8082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- Differences in vehroutes ----------
5,6c5,6
<     <vehicle id="0.1" depart="2.00" arrival="49.00">
<         <route edges="A0A1 A1B1 B1B2 B2B3 B3C3 C3D3"/>
---
>     <vehicle id="0.0" depart="0.00" arrival="48.00">
>         <route edges="A0B0 B0C0 C0C1 C1C2 C2D2 D2D3"/>
9,10c9,10
<     <vehicle id="0.2" depart="4.00" arrival="53.00">
<         <route edges="A0B0 B0C0 C0C1 C1D1 D1D2 D2D3"/>
---
>     <vehicle id="0.3" depart="5.00" arrival="53.00">
>         <route edges="A0B0 B0C0 C0C1 C1C2 C2D2 D2D3"/>
13,14c13,14
<     <vehicle id="0.3" depart="6.00" arrival="57.00">
<         <route edges="A0B0 B0B1 B1B2 B2C2 C2C3 C3D3"/>
---
>     <vehicle id="0.8" depart="3.00" arrival="53.00">
>         <route edges="A0A1 A1A2 A2B2 B2B3 B3C3 C3D3"/>
17,18c17,18
<     <vehicle id="0.7" depart="14.00" arrival="60.00">
<         <route edges="A0A1 A1A2 A2A3 A3B3 B3C3 C3D3"/>
---
>     <vehicle id="0.1" depart="2.00" arrival="56.00">
>         <route edges="A0B0 B0B1 B1C1 C1C2 C2D2 D2D3"/>
21,22c21,22
<     <vehicle id="0.6" depart="12.00" arrival="61.00">
<         <route edges="A0B0 B0C0 C0C1 C1D1 D1D2 D2D3"/>
---
>     <vehicle id="0.2" depart="1.00" arrival="56.00">
>         <route edges="A0A1 A1B1 B1B2 B2C2 C2C3 C3D3"/>
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST had known bugs (see #3831) on ts-sim-build-ba : devices rerouting personTrip access_walk ( Last six runs Oct2022 )

routing failure
(This bug was triggered by text found in file 'exitcode' matching '1')
---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4162812==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f68638cc2f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f684d6fe0cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7f685f80d082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST had known bugs (see #10246) on ts-sim-build-ba : devices rerouting single_edge ( Last six runs Oct2022 )

consistent handling of unreachable arrivalPos
(This bug was triggered by text found in file 'errors' matching 'Error: Vehicle '2' has no valid route')
---------- Differences in errors ----------
1c1,13
< Error: Vehicle '2' has no valid route. No connection between edge 'beg' and edge 'end'.
---
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Warning: No connection between edge 'end' and edge 'end' found.
> Warning: No route for vehicle '2' found.
> Error: Vehicle '2' has no valid route.
2a15,50
> 
> =================================================================
> ==4165705==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f8f600262f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7f8f4a0420cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
<truncated after showing first 30 lines>
---------- Differences in vehroutes ----------
5,8d4
<     <vehicle id="1" depart="0.00" arrival="23.00">
<         <route edges="beg"/>
<     </vehicle>
< 

TEST had known bugs (platform dependent png) on ts-sim-build-ba : gui settings snapshot ( Last six runs Oct2022 )

platform dependent png
(This bug was triggered by text found in the full difference report matching 'png')
---------- Differences in errors ----------
0a1,46
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4182158==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fdc5ea722f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fdc48c440cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fdc5a9b3082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- Differences in png ----------
Binary files /home/delphi/clangDebug/sumo/tests/sumo/gui/settings/snapshot/png.sumo and /home/delphi/clangDebug/texttesttmp/sumo.gui.24Oct062310.3827688/sumo.gui/gui/settings/snapshot/png.sumo differ
---------- Differences in png2 ----------
Binary files /home/delphi/clangDebug/sumo/tests/sumo/gui/settings/snapshot/png2.sumo and /home/delphi/clangDebug/texttesttmp/sumo.gui.24Oct062310.3827688/sumo.gui/gui/settings/snapshot/png2.sumo differ
---------- New result in exitcode ----------
1

TEST had known bugs (see #10763) on ts-sim-build-ba : lc_model bugs ticket10763 ( Last six runs Oct2022 )

counter lanechange blockage
(This bug was triggered by text found in file 'errors' matching 'wrong lane')
Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
0a1,14
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Warning: Teleporting vehicle 'f_0.45'; waited too long (wrong lane), lane='314690803#0_1', time=487.00.
> Warning: Teleporting vehicle 't_0.0'; waited too long (wrong lane), lane='314690803#0_0', time=487.00.
> Warning: Vehicle 't_0.0' ends teleporting on edge '-398891520', time=487.00.
> Warning: Vehicle 'f_0.45' ends teleporting on edge '8093339', time=487.00.

TEST had known bugs (bug 2316 (NONEXISTENT)) on ts-sim-build-ba : opposite_direction_driving continuous 1edge ( Last six runs Oct2022 )

Failed to open URL 'https://sumo.dlr.de/trac.wsgi/ticket/2316?format=tab': HTTP Error 406: Not Acceptable.

Please make sure that bug 2316 exists
and that the configuration entry 'bug_system_location' points to the correct trac instance.
The current value is 'https://sumo.dlr.de/trac.wsgi/'.
(This bug was triggered by text found in file 'exitcode' matching '[1-9]')
---------- Differences in errors ----------
0a1,133
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4118652==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7fc05ac272f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 64 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x7fc044e960cd  (<unknown module>)
> 
> Direct leak of 32 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x6048e5 in GUIApplicationWindow::buildToolBars() /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:714:28
>     #2 0x5d3ccc in GUIApplicationWindow::dependentBuild(bool) /home/delphi/clangDebug/sumo/src/gui/GUIApplicationWindow.cpp:274:5
>     #3 0x5c44ff in main /home/delphi/clangDebug/sumo/src/guisim_main.cpp:87:17
>     #4 0x7fc056b68082 in __libc_start_main /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308:16
> 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1

TEST had known bugs (see #7493) on ts-sim-build-ba : rail bugs deadlock_bidi_reversal ( Last six runs Oct2022 )

deadlock
(This bug was triggered by text found in file 'errors' matching 'Teleporting')
---------- Differences in errors ----------
0a1,710
> /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 50100000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> Warning: Teleporting vehicle 'train1'; waited too long (yield), lane='-e_0', time=400.00.
> Warning: Vehicle 'train1' ends teleporting on edge '-c', time=409.00.
> 
> =================================================================
> ==4118231==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 512 byte(s) in 2 object(s) allocated from:
>     #0 0x59147d in malloc (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x59147d)
>     #1 0x7f153c6e02f4  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x212f4)
> 
> Direct leak of 368 byte(s) in 1 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
<truncated after showing first 30 lines>
---------- Differences in tripinfos ----------
5,6c5,6
<     <tripinfo id="train1" depart="0.00" departLane="a_0" departPos="50.10" departSpeed="0.00" departDelay="0.00" arrival="139.00" arrivalLane="-a_0" arrivalPos="99.62" arrivalSpeed="13.89" duration="139.00" routeLength="1162.53" waitingTime="2.00" waitingCount="1" stopTime="10.00" timeLoss="62.85" rerouteNo="1" devices="tripinfo_train1 routing_train1" vType="train" speedFactor="1.00" vaporized=""/>
<     <tripinfo id="train2" depart="50.00" departLane="a_0" departPos="50.10" departSpeed="0.00" departDelay="0.00" arrival="262.00" arrivalLane="-a_0" arrivalPos="99.62" arrivalSpeed="13.89" duration="212.00" routeLength="1162.53" waitingTime="58.00" waitingCount="2" stopTime="10.00" timeLoss="135.85" rerouteNo="1" devices="tripinfo_train2 routing_train2" vType="train" speedFactor="1.00" vaporized=""/>
---
>     <tripinfo id="train1" depart="0.00" departLane="a_0" departPos="50.10" departSpeed="0.00" departDelay="0.00" arrival="428.00" arrivalLane="-a_0" arrivalPos="99.62" arrivalSpeed="13.89" duration="428.00" routeLength="1162.33" waitingTime="303.00" waitingCount="2" stopTime="10.00" timeLoss="354.03" rerouteNo="1" devices="tripinfo_train1 routing_train1" vType="train" speedFactor="1.00" vaporized=""/>
>     <tripinfo id="train2" depart="50.00" departLane="a_0" departPos="50.10" departSpeed="0.00" departDelay="0.00" arrival="504.00" arrivalLane="-a_0" arrivalPos="99.62" arrivalSpeed="13.89" duration="454.00" routeLength="1162.53" waitingTime="295.00" waitingCount="2" stopTime="10.00" timeLoss="377.86" rerouteNo="1" devices="tripinfo_train2 routing_train2" vType="train" speedFactor="1.00" vaporized=""/>
---------- New result in exitcode ----------
1

TEST had known bugs (see #6928) on ts-sim-build-ba : rail rail_signal siding_deadend ( Last six runs Oct2022 )

routing error
(This bug was triggered by text found in file 'errors' matching 'Warning: No connection between edge 'gneE2' and edge '-gneE0' found')
---------- Differences in errors ----------
0a1,587
> /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64 in 
> Warning: No connection between edge 'gneE2' and edge '-gneE0' found.
> /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24: runtime error: signed integer overflow: 9223372036854775807 + 135100000 cannot be represented in type 'long long'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSLink.cpp:542:24 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4115566==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 1104 byte(s) in 3 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
>     #6 0x2d1632b in MSDevice_Routing::preInsertionReroute(long long) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:258:13
<truncated after showing first 30 lines>
---------- Differences in vehroutes ----------
5,6c5,6
<     <vehicle id="t0" type="train" depart="0.00" arrival="71.00">
<         <route edges="gneE0 gneE1 gneE3 -gneE3 -gneE1 -gneE0"/>
---
>     <vehicle id="t0" type="train" depart="0.00" arrival="28.00">
>         <route edges="gneE0 gneE1"/>
---------- New result in exitcode ----------
1

TEST had known bugs (see #6928) on ts-sim-build-ba : rail routing reverse_on_short_start ( Last six runs Oct2022 )

routing failure
(This bug was triggered by text found in file 'errors' matching 'Warning: No connection between edge 'gneE2' and edge '-gneE0' found.')
---------- Differences in errors ----------
0a1,502
> /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/utils/router/RailEdge.h:88:41 in 
> /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64: runtime error: reference binding to null pointer of type 'const MSEdge'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:241:64 in 
> Warning: No connection between edge 'gneE2' and edge '-gneE0' found.
> Warning: No route for vehicle 't0' found.
> Error: Vehicle 't0' has no valid route.
> Quitting (on error).
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
> 
> =================================================================
> ==4116551==ERROR: LeakSanitizer: detected memory leaks
> 
> Direct leak of 1104 byte(s) in 3 object(s) allocated from:
>     #0 0x5c0bed in operator new(unsigned long) (/home/delphi/clangDebug/sumo/bin/sumo-guiD+0x5c0bed)
>     #1 0x2f7e6c8 in MSEdge::getRailwayRoutingEdge() const /home/delphi/clangDebug/sumo/src/microsim/MSEdge.h:829:36
>     #2 0x2ea718a in RailwayRouter<MSEdge, SUMOVehicle>::RailwayRouter(std::vector<MSEdge*, std::allocator<MSEdge*> > const&, bool, double (*)(MSEdge const*, SUMOVehicle const*, double), double (*)(MSEdge const*, SUMOVehicle const*, double), bool, bool, bool, double) /home/delphi/clangDebug/sumo/src/utils/router/RailwayRouter.h:87:44
>     #3 0x2e9ad7b in MSRoutingEngine::initRouter(SUMOVehicle*) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:420:26
>     #4 0x2e9bdaf in MSRoutingEngine::reroute(SUMOVehicle&, long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool, std::vector<MSEdge*, std::allocator<MSEdge*> > const&) /home/delphi/clangDebug/sumo/src/microsim/devices/MSRoutingEngine.cpp:451:9
>     #5 0x2d1a8d1 in MSDevice_Routing::reroute(long long, bool) /home/delphi/clangDebug/sumo/src/microsim/devices/MSDevice_Routing.cpp:293:5
<truncated after showing first 30 lines>
---------- Differences in vehroutes ----------
5,8d4
<     <vehicle id="t0" type="train" depart="0.00" arrival="36.00">
<         <route edges="gneE3 -gneE3 -gneE1 -gneE0"/>
<     </vehicle>
< 
---------- New result in exitcode ----------
1

TEST had known bugs (see #3997) on ts-sim-build-ba : sublane_model junction wide_lane_split ( Last six runs Oct2022 )

collision when lane width changes
(This bug was triggered by text found in file 'errors' matching 'collision')
Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
1,128c1,112
< Warning: Vehicle '24'; collision with vehicle '13', lane='EC_1', gap=-2.91', latGap=-0.90, time=17.00 stage=move.
< Warning: Teleporting vehicle '13' after earlier collision, lane='EC_0, time=28.00.
< Warning: Vehicle '13' teleports beyond arrival edge 'EC', time=28.00.
< Warning: Teleporting vehicle '24' after earlier collision, lane='EC_2, time=28.00.
< Warning: Vehicle '24' ends teleporting on edge 'CE', time=28.00.
< Warning: Vehicle '22' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=38.00.
< Warning: Vehicle '62'; collision with vehicle '29', lane='WC_0', gap=-0.08', latGap=-0.80, time=38.00 stage=move.
< Warning: Vehicle '22'; collision with vehicle '37', lane='WC_1', gap=-3.33', latGap=-1.05, time=38.00 stage=move.
< Warning: Teleporting vehicle '22' after earlier collision, lane='WC_1, time=49.00.
< Warning: Vehicle '22' teleports beyond arrival edge 'WC', time=49.00.
< Warning: Teleporting vehicle '62' after earlier collision, lane='WC_1, time=49.00.
< Warning: Teleporting vehicle '37' after earlier collision, lane='WC_0, time=49.00.
< Warning: Vehicle '37' teleports beyond arrival edge 'WC', time=49.00.
< Warning: Teleporting vehicle '29' after earlier collision, lane='WC_0, time=49.00.
< Warning: Vehicle '29' teleports beyond arrival edge 'WC', time=49.00.
< Warning: Vehicle '90'; collision with vehicle '91', lane='NC_0', gap=-4.70', latGap=-0.12, time=49.00 stage=laneChange.
< Warning: Vehicle '31'; collision with vehicle '6', lane='EC_1', gap=-6.50', latGap=-0.29, time=49.00 stage=laneChange.
< Warning: Vehicle '62' ends teleporting on edge 'CE', time=49.00.
< Warning: Vehicle '96'; collision with vehicle '86', lane='NC_1', gap=-3.50', latGap=-1.58, time=52.00 stage=move.
< Warning: Vehicle '96' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=53.00.
< Warning: Teleporting vehicle '91' after earlier collision, lane='NC_0, time=60.00.
< Warning: Vehicle '91' teleports beyond arrival edge 'NC', time=60.00.
< Warning: Teleporting vehicle '90' after earlier collision, lane='NC_0, time=60.00.
< Warning: Teleporting vehicle '31' after earlier collision, lane='EC_0, time=60.00.
< Warning: Teleporting vehicle '6' after earlier collision, lane='EC_1, time=60.00.
< Warning: Vehicle '111'; collision with vehicle '96', lane='NC_1', gap=-0.65', latGap=-0.07, time=60.00 stage=move.
< Warning: Vehicle '6' ends teleporting on edge 'CS', time=60.00.
< Warning: Vehicle '31' ends teleporting on edge 'CN', time=60.00.
< Warning: Vehicle '90' ends teleporting on edge 'CE', time=60.00.
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,2c1,2
< Loading net-file from 'net.net.xml'... done ((TIME)).
< Loading additional-files from 'input_additional.add.xml'... done ((TIME)).
---
> Loading net-file from 'net.net.xml' ... done ((TIME)).
> Loading additional-files from 'input_additional.add.xml' ... done ((TIME)).
5,20d4
< Simulation ended at time: 1681.00
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 1200
<  Running: 0
<  Waiting: 0
< Teleports: 307 (Collisions: 297, Jam: 5, Yield: 4, Wrong Lane: 1)
< Emergency Stops: 14
< Statistics (avg):
<  RouteLength: 191.51
<  Duration: 122.54
<  WaitingTime: 92.16
<  TimeLoss: 104.50
<  DepartDelay: 293.48
< 

Detailed information for the tests that were terminated before completion:

5 TESTS were terminated before completion (TIMEOUT) on ts-sim-build-ba :

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
action_step_length Sublane 1edge_2lanes_mopeds ( Last six runs Oct2022 )
cf_model EIDM ticket11361 ( Last six runs Oct2022 )
lc_model continuous_lanechange bugs ticket8489 ( Last six runs Oct2022 )
sublane_model junction 2lanes_turn ( Last six runs Oct2022 )
sublane_model junction 2lanes_turn_joined ( Last six runs Oct2022 )

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : basic dynamics insertion best_distance ( Last six runs Oct2022 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in aggregated900 ----------
2a3,14
> <!-- generated on 2022-10-24 06:24:56 by Eclipse SUMO GUI Version v1_14_1+1886-cbcc9551378
> This data file and the accompanying materials
> are made available under the terms of the Eclipse Public License v2.0
> which accompanies this distribution, and is available at
> http://www.eclipse.org/legal/epl-v20.html
> This file may also be made available under the following Secondary
> Licenses when the conditions for such availability set forth in the Eclipse
> Public License 2.0 are satisfied: GNU General Public License, version 2
> or later which is available at
> https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
> SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
> <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">
4,37c16,48
< <meandata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/meandata_file.xsd">
<     <interval begin="0.00" end="900.00" id="laneData">
<         <edge id="beg">
<             <lane id="beg_0" sampledSeconds="102339.68" traveltime="171.57" overlapTraveltime="172.09" density="37.95" laneDensity="37.95" occupancy="18.95" waitingTime="30954.00" timeLoss="52766.52" speed="17.44" speedRelative="0.48" departed="800" arrived="0" entered="0" left="517" laneChangedFrom="0" laneChangedTo="0"/>
<             <lane id="beg_1" sampledSeconds="90387.63" traveltime="144.24" overlapTraveltime="144.64" density="33.52" laneDensity="33.52" occupancy="16.74" waitingTime="25849.00" timeLoss="38295.26" speed="20.75" speedRelative="0.58" departed="804" arrived="0" entered="0" left="576" laneChangedFrom="0" laneChangedTo="0"/>
<             <lane id="beg_2" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
<         </edge>
<         <edge id="beg2">
<             <lane id="beg2_0" sampledSeconds="200100.98" traveltime="560.16" overlapTraveltime="561.78" density="74.31" laneDensity="74.31" occupancy="37.08" waitingTime="98858.00" timeLoss="170448.16" speed="5.33" speedRelative="0.15" departed="0" arrived="0" entered="517" left="201" laneChangedFrom="0" laneChangedTo="4"/>
<             <lane id="beg2_1" sampledSeconds="165635.59" traveltime="374.27" overlapTraveltime="375.29" density="61.51" laneDensity="61.51" occupancy="30.70" waitingTime="78838.00" timeLoss="128892.70" speed="7.99" speedRelative="0.22" departed="0" arrived="0" entered="575" left="302" laneChangedFrom="4" laneChangedTo="0"/>
<         </edge>
<         <edge id="end">
<             <lane id="end_0" sampledSeconds="11317.09" traveltime="37.40" overlapTraveltime="37.28" density="65.49" laneDensity="65.49" occupancy="31.96" waitingTime="4313.00" timeLoss="9655.80" speed="5.28" speedRelative="0.15" departed="0" arrived="0" entered="206" left="467" laneChangedFrom="0" laneChangedTo="277"/>
<             <lane id="end_1" sampledSeconds="7460.64" traveltime="40.95" overlapTraveltime="42.02" density="43.17" laneDensity="43.17" occupancy="20.98" waitingTime="3462.00" timeLoss="6489.06" speed="4.69" speedRelative="0.13" departed="0" arrived="0" entered="289" left="0" laneChangedFrom="277" laneChangedTo="0"/>
<         </edge>
<         <edge id="end2">
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
---------- Differences in output ----------
5,19d4
< Simulation ended at time: 900.00
< Reason: The final simulation step has been reached.
< Performance: 
< Vehicles: 
<  Inserted: 1604 (Loaded: 2997)
<  Running: 1185
<  Waiting: 3
< Statistics (avg of 419):
<  RouteLength: 8310.76
<  Speed: 20.49
<  Duration: 453.04
<  WaitingTime: 128.53
<  TimeLoss: 221.70
<  DepartDelay: 0.94
< 

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : bugs 8xxx ticket8124 ( Last six runs Oct2022 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
---------- Differences in output ----------
4,18d3
< Simulation ended at time: 2000.00
< Reason: The final simulation step has been reached.
< Performance: 
< Vehicles: 
<  Inserted: 2107 (Loaded: 2779)
<  Running: 69
<  Waiting: 672
< Statistics (avg of 2038):
<  RouteLength: 452.72
<  Speed: 9.98
<  Duration: 61.17
<  WaitingTime: 9.53
<  TimeLoss: 28.20
<  DepartDelay: 88.30
< 

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : cf_model drive_in_circles W99 ( Last six runs Oct2022 )

Test exceeded wallclock time limit of 900.0 seconds
---------- Differences in aggregated60 ----------
351,579d350
<     <interval begin="1860.00" end="1920.00" id="dump_60">
<         <edge id="1/1to2/1" sampledSeconds="1288.78" traveltime="50.00" overlapTraveltime="50.25" density="21.92" laneDensity="21.92" occupancy="10.90" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="24" left="28" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="10/1to1/1" sampledSeconds="1188.03" traveltime="50.00" overlapTraveltime="50.25" density="20.21" laneDensity="20.21" occupancy="10.05" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="24" left="24" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="2/1to3/1" sampledSeconds="1452.45" traveltime="50.00" overlapTraveltime="50.25" density="24.70" laneDensity="24.70" occupancy="12.29" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="28" left="29" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="3/1to4/1" sampledSeconds="1459.68" traveltime="50.00" overlapTraveltime="50.25" density="24.83" laneDensity="24.83" occupancy="12.35" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="29" left="29" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="4/1to5/1" sampledSeconds="1459.61" traveltime="50.00" overlapTraveltime="50.25" density="24.82" laneDensity="24.82" occupancy="12.35" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="30" left="29" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="5/1to6/1" sampledSeconds="1459.56" traveltime="50.00" overlapTraveltime="50.25" density="24.82" laneDensity="24.82" occupancy="12.35" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="29" left="29" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="6/1to7/1" sampledSeconds="1459.57" traveltime="50.00" overlapTraveltime="50.25" density="24.82" laneDensity="24.82" occupancy="12.35" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="29" left="29" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="7/1to8/1" sampledSeconds="1459.72" traveltime="50.00" overlapTraveltime="50.25" density="24.83" laneDensity="24.83" occupancy="12.35" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="29" left="29" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="8/1to9/1" sampledSeconds="1458.22" traveltime="50.00" overlapTraveltime="50.25" density="24.80" laneDensity="24.80" occupancy="12.34" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="29" left="28" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="9/1to10/1" sampledSeconds="1322.43" traveltime="50.00" overlapTraveltime="50.25" density="22.49" laneDensity="22.49" occupancy="11.19" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="28" left="24" laneChangedFrom="0" laneChangedTo="0"/>
<     </interval>
<     <interval begin="1920.00" end="1980.00" id="dump_60">
<         <edge id="1/1to2/1" sampledSeconds="1196.66" traveltime="50.00" overlapTraveltime="50.25" density="20.35" laneDensity="20.35" occupancy="10.12" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="25" left="24" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="10/1to1/1" sampledSeconds="1366.10" traveltime="50.00" overlapTraveltime="50.25" density="23.23" laneDensity="23.23" occupancy="11.56" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="29" left="25" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="2/1to3/1" sampledSeconds="1250.68" traveltime="50.00" overlapTraveltime="50.25" density="21.27" laneDensity="21.27" occupancy="10.58" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="24" left="27" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="3/1to4/1" sampledSeconds="1436.97" traveltime="50.00" overlapTraveltime="50.25" density="24.44" laneDensity="24.44" occupancy="12.16" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="27" left="29" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="4/1to5/1" sampledSeconds="1459.69" traveltime="50.00" overlapTraveltime="50.25" density="24.83" laneDensity="24.83" occupancy="12.35" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="29" left="29" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="5/1to6/1" sampledSeconds="1459.56" traveltime="50.00" overlapTraveltime="50.25" density="24.82" laneDensity="24.82" occupancy="12.35" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="29" left="29" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="6/1to7/1" sampledSeconds="1459.56" traveltime="50.00" overlapTraveltime="50.25" density="24.82" laneDensity="24.82" occupancy="12.35" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="29" left="29" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="7/1to8/1" sampledSeconds="1459.65" traveltime="50.00" overlapTraveltime="50.25" density="24.83" laneDensity="24.83" occupancy="12.35" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="29" left="30" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="8/1to9/1" sampledSeconds="1459.63" traveltime="50.00" overlapTraveltime="50.25" density="24.83" laneDensity="24.83" occupancy="12.35" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="29" left="29" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="9/1to10/1" sampledSeconds="1459.57" traveltime="50.00" overlapTraveltime="50.25" density="24.82" laneDensity="24.82" occupancy="12.35" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="29" left="29" laneChangedFrom="0" laneChangedTo="0"/>
<     </interval>
<     <interval begin="1980.00" end="2040.00" id="dump_60">
<         <edge id="1/1to2/1" sampledSeconds="1402.16" traveltime="50.00" overlapTraveltime="50.25" density="23.85" laneDensity="23.85" occupancy="11.87" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="29" left="25" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="10/1to1/1" sampledSeconds="1459.59" traveltime="50.00" overlapTraveltime="50.25" density="24.82" laneDensity="24.82" occupancy="12.35" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="29" left="29" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="2/1to3/1" sampledSeconds="1214.10" traveltime="50.00" overlapTraveltime="50.25" density="20.65" laneDensity="20.65" occupancy="10.27" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="25" left="24" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="3/1to4/1" sampledSeconds="1221.47" traveltime="50.00" overlapTraveltime="50.25" density="20.77" laneDensity="20.77" occupancy="10.33" waitingTime="0.00" timeLoss="0.00" speed="19.60" speedRelative="1.00" departed="0" arrived="0" entered="23" left="26" laneChangedFrom="0" laneChangedTo="0"/>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
---------- Differences in output ----------
6,21d5
< Simulation ended at time: 3000.00
< Reason: The final simulation step has been reached.
< Performance: 
< Vehicles: 
<  Inserted: 233 (Loaded: 600)
<  Running: 233
<  Waiting: 367
< Statistics (avg of 233):
<  RouteLength: 54531.57
<  Speed: 19.33
<  Duration: 2822.64
<  WaitingTime: 22.80
<  TimeLoss: 40.17
<  DepartDelay: 61.35
<  DepartDelayWaiting: 2584.00
< 

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : cf_model drive_in_circles circle_actionsteplength ( Last six runs Oct2022 )

Test exceeded wallclock time limit of 900.0 seconds
---------- Differences in aggregated60 ----------
314,578d313
<     <interval begin="1680.00" end="1740.00" id="dump_60">
<         <edge id="1/1to2/1" sampledSeconds="1916.35" traveltime="51.99" overlapTraveltime="52.25" density="32.59" laneDensity="32.59" occupancy="16.21" waitingTime="0.00" timeLoss="73.39" speed="18.85" speedRelative="0.96" departed="0" arrived="0" entered="37" left="37" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="10/1to1/1" sampledSeconds="1878.27" traveltime="51.98" overlapTraveltime="52.24" density="31.95" laneDensity="31.95" occupancy="15.89" waitingTime="0.00" timeLoss="71.53" speed="18.85" speedRelative="0.96" departed="0" arrived="0" entered="33" left="37" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="2/1to3/1" sampledSeconds="1896.19" traveltime="51.98" overlapTraveltime="52.25" density="32.25" laneDensity="32.25" occupancy="16.04" waitingTime="0.00" timeLoss="72.50" speed="18.85" speedRelative="0.96" departed="0" arrived="0" entered="37" left="36" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="3/1to4/1" sampledSeconds="1828.12" traveltime="51.89" overlapTraveltime="52.15" density="31.09" laneDensity="31.09" occupancy="15.47" waitingTime="0.00" timeLoss="66.63" speed="18.89" speedRelative="0.96" departed="0" arrived="0" entered="36" left="34" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="4/1to5/1" sampledSeconds="1727.24" traveltime="51.80" overlapTraveltime="52.07" density="29.38" laneDensity="29.38" occupancy="14.61" waitingTime="0.00" timeLoss="60.30" speed="18.92" speedRelative="0.97" departed="0" arrived="0" entered="34" left="32" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="5/1to6/1" sampledSeconds="1641.52" traveltime="51.85" overlapTraveltime="52.12" density="27.92" laneDensity="27.92" occupancy="13.89" waitingTime="0.00" timeLoss="58.69" speed="18.90" speedRelative="0.96" departed="0" arrived="0" entered="32" left="30" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="6/1to7/1" sampledSeconds="1585.68" traveltime="51.77" overlapTraveltime="52.04" density="26.97" laneDensity="26.97" occupancy="13.42" waitingTime="0.00" timeLoss="54.40" speed="18.93" speedRelative="0.97" departed="0" arrived="0" entered="30" left="29" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="7/1to8/1" sampledSeconds="1619.24" traveltime="51.80" overlapTraveltime="52.07" density="27.54" laneDensity="27.54" occupancy="13.70" waitingTime="0.00" timeLoss="56.41" speed="18.92" speedRelative="0.97" departed="0" arrived="0" entered="29" left="32" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="8/1to9/1" sampledSeconds="1599.98" traveltime="51.79" overlapTraveltime="52.06" density="27.21" laneDensity="27.21" occupancy="13.54" waitingTime="0.00" timeLoss="55.47" speed="18.92" speedRelative="0.97" departed="0" arrived="0" entered="32" left="29" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="9/1to10/1" sampledSeconds="1621.78" traveltime="51.78" overlapTraveltime="52.04" density="27.58" laneDensity="27.58" occupancy="13.72" waitingTime="0.00" timeLoss="55.86" speed="18.92" speedRelative="0.97" departed="0" arrived="0" entered="29" left="33" laneChangedFrom="0" laneChangedTo="0"/>
<     </interval>
<     <interval begin="1740.00" end="1800.00" id="dump_60">
<         <edge id="1/1to2/1" sampledSeconds="1884.49" traveltime="52.61" overlapTraveltime="52.87" density="32.05" laneDensity="32.05" occupancy="15.93" waitingTime="0.00" timeLoss="93.42" speed="18.63" speedRelative="0.95" departed="2" arrived="0" entered="32" left="37" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="10/1to1/1" sampledSeconds="1614.67" traveltime="52.03" overlapTraveltime="52.33" density="27.46" laneDensity="27.46" occupancy="13.66" waitingTime="0.00" timeLoss="64.01" speed="18.82" speedRelative="0.96" departed="0" arrived="0" entered="31" left="32" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="2/1to3/1" sampledSeconds="1917.09" traveltime="51.94" overlapTraveltime="52.21" density="32.61" laneDensity="32.61" occupancy="16.22" waitingTime="0.00" timeLoss="71.85" speed="18.87" speedRelative="0.96" departed="0" arrived="0" entered="37" left="37" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="3/1to4/1" sampledSeconds="1898.93" traveltime="51.85" overlapTraveltime="52.12" density="32.30" laneDensity="32.30" occupancy="16.07" waitingTime="0.00" timeLoss="68.05" speed="18.90" speedRelative="0.96" departed="0" arrived="0" entered="37" left="36" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="4/1to5/1" sampledSeconds="1837.77" traveltime="51.86" overlapTraveltime="52.12" density="31.26" laneDensity="31.26" occupancy="15.55" waitingTime="0.00" timeLoss="65.88" speed="18.90" speedRelative="0.96" departed="0" arrived="0" entered="35" left="34" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="5/1to6/1" sampledSeconds="1740.63" traveltime="51.75" overlapTraveltime="52.01" density="29.60" laneDensity="29.60" occupancy="14.73" waitingTime="0.00" timeLoss="58.87" speed="18.94" speedRelative="0.97" departed="0" arrived="0" entered="34" left="33" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="6/1to7/1" sampledSeconds="1646.75" traveltime="51.82" overlapTraveltime="52.09" density="28.01" laneDensity="28.01" occupancy="13.93" waitingTime="0.00" timeLoss="58.05" speed="18.91" speedRelative="0.96" departed="0" arrived="0" entered="32" left="32" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="7/1to8/1" sampledSeconds="1605.17" traveltime="51.79" overlapTraveltime="52.05" density="27.30" laneDensity="27.30" occupancy="13.58" waitingTime="0.00" timeLoss="55.47" speed="18.92" speedRelative="0.97" departed="0" arrived="0" entered="32" left="30" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="8/1to9/1" sampledSeconds="1605.72" traveltime="51.74" overlapTraveltime="52.00" density="27.31" laneDensity="27.31" occupancy="13.59" waitingTime="0.00" timeLoss="54.11" speed="18.94" speedRelative="0.97" departed="0" arrived="0" entered="30" left="32" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="9/1to10/1" sampledSeconds="1607.44" traveltime="51.80" overlapTraveltime="52.06" density="27.34" laneDensity="27.34" occupancy="13.60" waitingTime="0.00" timeLoss="55.81" speed="18.92" speedRelative="0.97" departed="0" arrived="0" entered="32" left="31" laneChangedFrom="0" laneChangedTo="0"/>
<     </interval>
<     <interval begin="1800.00" end="1860.00" id="dump_60">
<         <edge id="1/1to2/1" sampledSeconds="1728.68" traveltime="52.31" overlapTraveltime="52.58" density="29.40" laneDensity="29.40" occupancy="14.62" waitingTime="0.00" timeLoss="76.40" speed="18.73" speedRelative="0.96" departed="1" arrived="0" entered="31" left="33" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="10/1to1/1" sampledSeconds="1616.03" traveltime="51.92" overlapTraveltime="52.21" density="27.49" laneDensity="27.49" occupancy="13.67" waitingTime="0.00" timeLoss="60.53" speed="18.87" speedRelative="0.96" departed="0" arrived="0" entered="31" left="32" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="2/1to3/1" sampledSeconds="1836.55" traveltime="51.96" overlapTraveltime="52.23" density="31.24" laneDensity="31.24" occupancy="15.54" waitingTime="0.00" timeLoss="69.54" speed="18.86" speedRelative="0.96" departed="0" arrived="0" entered="33" left="36" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="3/1to4/1" sampledSeconds="1918.91" traveltime="52.00" overlapTraveltime="52.26" density="32.64" laneDensity="32.64" occupancy="16.24" waitingTime="0.00" timeLoss="73.84" speed="18.85" speedRelative="0.96" departed="0" arrived="0" entered="36" left="36" laneChangedFrom="0" laneChangedTo="0"/>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
---------- Differences in output ----------
6,21d5
< Simulation ended at time: 3000.00
< Reason: The final simulation step has been reached.
< Performance: 
< Vehicles: 
<  Inserted: 304 (Loaded: 600)
<  Running: 304
<  Waiting: 296
< Statistics (avg of 304):
<  RouteLength: 49224.17
<  Speed: 18.78
<  Duration: 2621.25
<  WaitingTime: 2.54
<  TimeLoss: 109.67
<  DepartDelay: 227.25
<  DepartDelayWaiting: 2548.50
< 

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : cf_model drive_in_circles circle_two_lanes ( Last six runs Oct2022 )

Test exceeded wallclock time limit of 900.0 seconds
---------- Differences in aggregated60 ----------
500,596d499
<     <interval begin="2520.00" end="2580.00" id="dump_60">
<         <edge id="1/1to2/1" sampledSeconds="5065.50" traveltime="77.41" overlapTraveltime="77.79" density="85.96" laneDensity="42.98" occupancy="21.39" waitingTime="0.00" timeLoss="1471.07" speed="12.69" speedRelative="0.65" departed="0" arrived="0" entered="66" left="62" laneChangedFrom="6" laneChangedTo="6"/>
<         <edge id="10/1to1/1" sampledSeconds="4007.22" traveltime="76.70" overlapTraveltime="77.09" density="68.01" laneDensity="34.00" occupancy="16.93" waitingTime="0.00" timeLoss="1192.36" speed="12.80" speedRelative="0.65" departed="0" arrived="0" entered="22" left="66" laneChangedFrom="7" laneChangedTo="7"/>
<         <edge id="2/1to3/1" sampledSeconds="5079.60" traveltime="78.81" overlapTraveltime="79.22" density="86.20" laneDensity="43.10" occupancy="21.44" waitingTime="0.00" timeLoss="1558.44" speed="12.46" speedRelative="0.64" departed="0" arrived="0" entered="62" left="68" laneChangedFrom="5" laneChangedTo="5"/>
<         <edge id="3/1to4/1" sampledSeconds="5087.51" traveltime="80.14" overlapTraveltime="80.53" density="86.34" laneDensity="43.17" occupancy="21.49" waitingTime="0.00" timeLoss="1450.66" speed="12.26" speedRelative="0.63" departed="0" arrived="0" entered="68" left="48" laneChangedFrom="3" laneChangedTo="3"/>
<         <edge id="4/1to5/1" sampledSeconds="3511.23" traveltime="73.84" overlapTraveltime="74.29" density="59.59" laneDensity="29.79" occupancy="14.80" waitingTime="0.00" timeLoss="881.14" speed="13.29" speedRelative="0.68" departed="0" arrived="0" entered="48" left="64" laneChangedFrom="17" laneChangedTo="17"/>
<         <edge id="5/1to6/1" sampledSeconds="5075.72" traveltime="84.37" overlapTraveltime="84.78" density="86.14" laneDensity="43.07" occupancy="21.44" waitingTime="0.00" timeLoss="1544.26" speed="11.64" speedRelative="0.59" departed="0" arrived="0" entered="64" left="48" laneChangedFrom="9" laneChangedTo="9"/>
<         <edge id="6/1to7/1" sampledSeconds="2592.58" traveltime="68.65" overlapTraveltime="69.00" density="44.00" laneDensity="22.00" occupancy="10.93" waitingTime="0.00" timeLoss="383.61" speed="14.31" speedRelative="0.73" departed="0" arrived="0" entered="48" left="44" laneChangedFrom="20" laneChangedTo="20"/>
<         <edge id="7/1to8/1" sampledSeconds="2434.77" traveltime="66.62" overlapTraveltime="66.94" density="41.32" laneDensity="20.66" occupancy="10.29" waitingTime="0.00" timeLoss="421.55" speed="14.75" speedRelative="0.75" departed="0" arrived="0" entered="44" left="13" laneChangedFrom="9" laneChangedTo="9"/>
<         <edge id="8/1to9/1" sampledSeconds="1542.51" traveltime="67.09" overlapTraveltime="67.44" density="26.18" laneDensity="13.09" occupancy="6.51" waitingTime="0.00" timeLoss="208.05" speed="14.64" speedRelative="0.75" departed="0" arrived="0" entered="13" left="31" laneChangedFrom="9" laneChangedTo="9"/>
<         <edge id="9/1to10/1" sampledSeconds="1707.73" traveltime="65.62" overlapTraveltime="65.93" density="28.98" laneDensity="14.49" occupancy="7.21" waitingTime="0.00" timeLoss="174.71" speed="14.97" speedRelative="0.76" departed="0" arrived="0" entered="31" left="22" laneChangedFrom="16" laneChangedTo="16"/>
<     </interval>
<     <interval begin="2580.00" end="2640.00" id="dump_60">
<         <edge id="1/1to2/1" sampledSeconds="4873.44" traveltime="77.80" overlapTraveltime="78.19" density="82.71" laneDensity="41.35" occupancy="20.59" waitingTime="0.00" timeLoss="1466.80" speed="12.62" speedRelative="0.64" departed="0" arrived="0" entered="43" left="66" laneChangedFrom="6" laneChangedTo="6"/>
<         <edge id="10/1to1/1" sampledSeconds="1822.44" traveltime="67.02" overlapTraveltime="67.42" density="30.93" laneDensity="15.46" occupancy="7.68" waitingTime="0.00" timeLoss="240.60" speed="14.64" speedRelative="0.75" departed="0" arrived="0" entered="31" left="43" laneChangedFrom="18" laneChangedTo="18"/>
<         <edge id="2/1to3/1" sampledSeconds="5008.85" traveltime="79.35" overlapTraveltime="79.75" density="85.00" laneDensity="42.50" occupancy="21.14" waitingTime="0.00" timeLoss="1556.41" speed="12.38" speedRelative="0.63" departed="0" arrived="0" entered="66" left="62" laneChangedFrom="11" laneChangedTo="11"/>
<         <edge id="3/1to4/1" sampledSeconds="5400.25" traveltime="81.66" overlapTraveltime="82.10" density="91.65" laneDensity="45.82" occupancy="22.80" waitingTime="0.00" timeLoss="1729.08" speed="12.02" speedRelative="0.61" departed="0" arrived="0" entered="62" left="65" laneChangedFrom="3" laneChangedTo="3"/>
<         <edge id="4/1to5/1" sampledSeconds="4085.41" traveltime="80.53" overlapTraveltime="80.89" density="69.33" laneDensity="34.67" occupancy="17.25" waitingTime="0.00" timeLoss="1107.00" speed="12.20" speedRelative="0.62" departed="0" arrived="0" entered="65" left="35" laneChangedFrom="14" laneChangedTo="14"/>
<         <edge id="5/1to6/1" sampledSeconds="4709.95" traveltime="82.90" overlapTraveltime="83.35" density="79.93" laneDensity="39.97" occupancy="19.90" waitingTime="0.00" timeLoss="1568.24" speed="11.84" speedRelative="0.60" departed="0" arrived="0" entered="35" left="61" laneChangedFrom="5" laneChangedTo="5"/>
<         <edge id="6/1to7/1" sampledSeconds="3834.46" traveltime="83.13" overlapTraveltime="83.49" density="65.07" laneDensity="32.54" occupancy="16.19" waitingTime="0.00" timeLoss="1073.06" speed="11.82" speedRelative="0.60" departed="0" arrived="0" entered="61" left="32" laneChangedFrom="11" laneChangedTo="11"/>
<         <edge id="7/1to8/1" sampledSeconds="2594.01" traveltime="67.86" overlapTraveltime="68.20" density="44.02" laneDensity="22.01" occupancy="10.95" waitingTime="0.00" timeLoss="390.30" speed="14.47" speedRelative="0.74" departed="0" arrived="0" entered="32" left="44" laneChangedFrom="15" laneChangedTo="15"/>
<         <edge id="8/1to9/1" sampledSeconds="2013.33" traveltime="64.26" overlapTraveltime="64.58" density="34.17" laneDensity="17.08" occupancy="8.50" waitingTime="0.00" timeLoss="285.34" speed="15.29" speedRelative="0.78" departed="0" arrived="0" entered="43" left="16" laneChangedFrom="8" laneChangedTo="8"/>
<         <edge id="9/1to10/1" sampledSeconds="1760.83" traveltime="65.36" overlapTraveltime="65.70" density="29.88" laneDensity="14.94" occupancy="7.44" waitingTime="0.00" timeLoss="199.91" speed="15.02" speedRelative="0.77" departed="0" arrived="0" entered="16" left="31" laneChangedFrom="14" laneChangedTo="14"/>
<     </interval>
<     <interval begin="2640.00" end="2700.00" id="dump_60">
<         <edge id="1/1to2/1" sampledSeconds="2542.04" traveltime="70.85" overlapTraveltime="71.29" density="43.14" laneDensity="21.57" occupancy="10.71" waitingTime="0.00" timeLoss="520.99" speed="13.85" speedRelative="0.71" departed="0" arrived="0" entered="27" left="62" laneChangedFrom="4" laneChangedTo="4"/>
<         <edge id="10/1to1/1" sampledSeconds="1864.01" traveltime="64.48" overlapTraveltime="64.80" density="31.63" laneDensity="15.82" occupancy="7.87" waitingTime="0.00" timeLoss="193.60" speed="15.23" speedRelative="0.78" departed="0" arrived="0" entered="22" left="27" laneChangedFrom="22" laneChangedTo="22"/>
<         <edge id="2/1to3/1" sampledSeconds="5310.68" traveltime="81.38" overlapTraveltime="81.78" density="90.13" laneDensity="45.06" occupancy="22.43" waitingTime="0.00" timeLoss="1685.28" speed="12.07" speedRelative="0.62" departed="0" arrived="0" entered="62" left="62" laneChangedFrom="7" laneChangedTo="7"/>
<         <edge id="3/1to4/1" sampledSeconds="5158.52" traveltime="82.09" overlapTraveltime="82.53" density="87.54" laneDensity="43.77" occupancy="21.77" waitingTime="0.00" timeLoss="1777.44" speed="11.96" speedRelative="0.61" departed="0" arrived="0" entered="62" left="65" laneChangedFrom="7" laneChangedTo="7"/>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
---------- Differences in output ----------
6,21d5
< Simulation ended at time: 3000.00
< Reason: The final simulation step has been reached.
< Performance: 
< Vehicles: 
<  Inserted: 600
<  Running: 600
<  Waiting: 0
< Statistics (avg of 600):
<  RouteLength: 34130.02
<  Speed: 13.10
<  Duration: 2600.71
<  WaitingTime: 0.71
<  TimeLoss: 641.63
<  DepartDelay: 100.29
<  DepartDelayWaiting: 0.00
< 

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : cf_model drive_in_circles circle_two_lanes_actionsteplength ( Last six runs Oct2022 )

Test exceeded wallclock time limit of 900.0 seconds
---------- Differences in aggregated60 ----------
284,596d283
<     <interval begin="1440.00" end="1500.00" id="dump_60">
<         <edge id="1/1to2/1" sampledSeconds="4912.32" traveltime="80.29" overlapTraveltime="80.71" density="83.37" laneDensity="41.68" occupancy="20.76" waitingTime="0.00" timeLoss="1406.67" speed="12.23" speedRelative="0.62" departed="0" arrived="0" entered="51" left="51" laneChangedFrom="6" laneChangedTo="6"/>
<         <edge id="10/1to1/1" sampledSeconds="3201.84" traveltime="69.91" overlapTraveltime="70.27" density="54.34" laneDensity="27.17" occupancy="13.50" waitingTime="0.00" timeLoss="661.95" speed="14.05" speedRelative="0.72" departed="0" arrived="0" entered="57" left="51" laneChangedFrom="12" laneChangedTo="12"/>
<         <edge id="2/1to3/1" sampledSeconds="2381.57" traveltime="70.72" overlapTraveltime="71.06" density="40.42" laneDensity="20.21" occupancy="10.03" waitingTime="0.00" timeLoss="367.42" speed="13.89" speedRelative="0.71" departed="0" arrived="0" entered="51" left="35" laneChangedFrom="15" laneChangedTo="15"/>
<         <edge id="3/1to4/1" sampledSeconds="2431.40" traveltime="65.22" overlapTraveltime="65.61" density="41.26" laneDensity="20.63" occupancy="10.25" waitingTime="0.00" timeLoss="326.13" speed="15.04" speedRelative="0.77" departed="0" arrived="0" entered="35" left="48" laneChangedFrom="12" laneChangedTo="12"/>
<         <edge id="4/1to5/1" sampledSeconds="4555.45" traveltime="78.52" overlapTraveltime="78.91" density="77.31" laneDensity="38.65" occupancy="19.24" waitingTime="0.00" timeLoss="1314.47" speed="12.51" speedRelative="0.64" departed="0" arrived="0" entered="49" left="57" laneChangedFrom="15" laneChangedTo="15"/>
<         <edge id="5/1to6/1" sampledSeconds="3653.84" traveltime="74.78" overlapTraveltime="75.14" density="62.01" laneDensity="31.00" occupancy="15.43" waitingTime="0.00" timeLoss="952.16" speed="13.14" speedRelative="0.67" departed="0" arrived="0" entered="57" left="36" laneChangedFrom="14" laneChangedTo="14"/>
<         <edge id="6/1to7/1" sampledSeconds="2021.46" traveltime="66.74" overlapTraveltime="67.07" density="34.31" laneDensity="17.15" occupancy="8.53" waitingTime="0.00" timeLoss="293.78" speed="14.72" speedRelative="0.75" departed="0" arrived="0" entered="36" left="29" laneChangedFrom="14" laneChangedTo="14"/>
<         <edge id="7/1to8/1" sampledSeconds="3801.89" traveltime="73.94" overlapTraveltime="74.33" density="64.52" laneDensity="32.26" occupancy="16.07" waitingTime="0.00" timeLoss="963.31" speed="13.28" speedRelative="0.68" departed="0" arrived="0" entered="29" left="52" laneChangedFrom="8" laneChangedTo="8"/>
<         <edge id="8/1to9/1" sampledSeconds="4122.03" traveltime="75.58" overlapTraveltime="75.97" density="69.95" laneDensity="34.98" occupancy="17.40" waitingTime="0.00" timeLoss="1101.62" speed="12.99" speedRelative="0.66" departed="0" arrived="0" entered="53" left="54" laneChangedFrom="8" laneChangedTo="8"/>
<         <edge id="9/1to10/1" sampledSeconds="5022.43" traveltime="79.42" overlapTraveltime="79.80" density="85.23" laneDensity="42.62" occupancy="21.22" waitingTime="0.00" timeLoss="1516.93" speed="12.37" speedRelative="0.63" departed="0" arrived="0" entered="54" left="57" laneChangedFrom="5" laneChangedTo="5"/>
<     </interval>
<     <interval begin="1500.00" end="1560.00" id="dump_60">
<         <edge id="1/1to2/1" sampledSeconds="3722.85" traveltime="78.21" overlapTraveltime="78.65" density="63.18" laneDensity="31.59" occupancy="15.71" waitingTime="0.00" timeLoss="1164.38" speed="12.55" speedRelative="0.64" departed="0" arrived="0" entered="38" left="65" laneChangedFrom="4" laneChangedTo="4"/>
<         <edge id="10/1to1/1" sampledSeconds="4633.37" traveltime="81.74" overlapTraveltime="82.12" density="78.63" laneDensity="39.32" occupancy="19.58" waitingTime="0.00" timeLoss="1384.98" speed="12.02" speedRelative="0.61" departed="0" arrived="0" entered="63" left="38" laneChangedFrom="3" laneChangedTo="3"/>
<         <edge id="2/1to3/1" sampledSeconds="4251.62" traveltime="80.86" overlapTraveltime="81.24" density="72.15" laneDensity="36.08" occupancy="17.96" waitingTime="0.00" timeLoss="1147.79" speed="12.15" speedRelative="0.62" departed="0" arrived="0" entered="65" left="27" laneChangedFrom="7" laneChangedTo="7"/>
<         <edge id="3/1to4/1" sampledSeconds="1944.05" traveltime="67.17" overlapTraveltime="67.49" density="32.99" laneDensity="16.50" occupancy="8.21" waitingTime="0.00" timeLoss="215.61" speed="14.63" speedRelative="0.75" departed="0" arrived="0" entered="27" left="26" laneChangedFrom="15" laneChangedTo="15"/>
<         <edge id="4/1to5/1" sampledSeconds="3231.03" traveltime="73.72" overlapTraveltime="74.13" density="54.83" laneDensity="27.42" occupancy="13.65" waitingTime="0.00" timeLoss="699.00" speed="13.32" speedRelative="0.68" departed="0" arrived="0" entered="26" left="54" laneChangedFrom="7" laneChangedTo="7"/>
<         <edge id="5/1to6/1" sampledSeconds="4621.06" traveltime="77.08" overlapTraveltime="77.48" density="78.42" laneDensity="39.21" occupancy="19.51" waitingTime="0.00" timeLoss="1288.98" speed="12.74" speedRelative="0.65" departed="0" arrived="0" entered="54" left="59" laneChangedFrom="10" laneChangedTo="10"/>
<         <edge id="6/1to7/1" sampledSeconds="2940.50" traveltime="67.77" overlapTraveltime="68.09" density="49.90" laneDensity="24.95" occupancy="12.40" waitingTime="0.00" timeLoss="593.01" speed="14.50" speedRelative="0.74" departed="0" arrived="0" entered="57" left="42" laneChangedFrom="22" laneChangedTo="22"/>
<         <edge id="7/1to8/1" sampledSeconds="2194.47" traveltime="68.16" overlapTraveltime="68.55" density="37.24" laneDensity="18.62" occupancy="9.25" waitingTime="0.00" timeLoss="375.05" speed="14.40" speedRelative="0.73" departed="0" arrived="0" entered="42" left="45" laneChangedFrom="12" laneChangedTo="12"/>
<         <edge id="8/1to9/1" sampledSeconds="4071.60" traveltime="72.78" overlapTraveltime="73.16" density="69.10" laneDensity="34.55" occupancy="17.19" waitingTime="0.00" timeLoss="1004.90" speed="13.49" speedRelative="0.69" departed="0" arrived="0" entered="45" left="58" laneChangedFrom="8" laneChangedTo="8"/>
<         <edge id="9/1to10/1" sampledSeconds="4495.10" traveltime="76.26" overlapTraveltime="76.66" density="76.28" laneDensity="38.14" occupancy="18.97" waitingTime="0.00" timeLoss="1227.75" speed="12.88" speedRelative="0.66" departed="0" arrived="0" entered="58" left="63" laneChangedFrom="9" laneChangedTo="9"/>
<     </interval>
<     <interval begin="1560.00" end="1620.00" id="dump_60">
<         <edge id="1/1to2/1" sampledSeconds="3509.18" traveltime="78.57" overlapTraveltime="78.96" density="59.55" laneDensity="29.78" occupancy="14.80" waitingTime="0.00" timeLoss="863.10" speed="12.50" speedRelative="0.64" departed="0" arrived="0" entered="66" left="39" laneChangedFrom="7" laneChangedTo="7"/>
<         <edge id="10/1to1/1" sampledSeconds="5061.51" traveltime="78.96" overlapTraveltime="79.37" density="85.90" laneDensity="42.95" occupancy="21.37" waitingTime="0.00" timeLoss="1525.69" speed="12.44" speedRelative="0.63" departed="0" arrived="0" entered="58" left="66" laneChangedFrom="3" laneChangedTo="3"/>
<         <edge id="2/1to3/1" sampledSeconds="4907.75" traveltime="83.46" overlapTraveltime="83.87" density="83.29" laneDensity="41.64" occupancy="20.74" waitingTime="0.00" timeLoss="1683.63" speed="11.77" speedRelative="0.60" departed="0" arrived="0" entered="39" left="61" laneChangedFrom="4" laneChangedTo="4"/>
<         <edge id="3/1to4/1" sampledSeconds="2935.98" traveltime="71.62" overlapTraveltime="71.97" density="49.83" laneDensity="24.91" occupancy="12.38" waitingTime="0.00" timeLoss="499.28" speed="13.72" speedRelative="0.70" departed="0" arrived="0" entered="61" left="27" laneChangedFrom="18" laneChangedTo="18"/>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
---------- Differences in output ----------
7,22d6
< Simulation ended at time: 3000.00
< Reason: The final simulation step has been reached.
< Performance: 
< Vehicles: 
<  Inserted: 600
<  Running: 600
<  Waiting: 0
< Statistics (avg of 600):
<  RouteLength: 33992.03
<  Speed: 13.26
<  Duration: 2559.27
<  WaitingTime: 0.05
<  TimeLoss: 612.21
<  DepartDelay: 141.73
<  DepartDelayWaiting: 0.00
< 

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : cf_model fundamental 2lane_IDM ( Last six runs Oct2022 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
---------- Differences in output ----------
5,19d4
< Simulation ended at time: 1800.00
< Reason: The final simulation step has been reached.
< Performance: 
< Vehicles: 
<  Inserted: 1360 (Loaded: 4188)
<  Running: 529
<  Waiting: 535
< Statistics (avg of 831):
<  RouteLength: 19993.98
<  Speed: 25.70
<  Duration: 794.88
<  WaitingTime: 16.76
<  TimeLoss: 232.08
<  DepartDelay: 175.70
< 

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : cf_model fundamental 2lane_krauss_t0.8_s0.5 ( Last six runs Oct2022 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
---------- Differences in output ----------
5,19d4
< Simulation ended at time: 1800.00
< Reason: The final simulation step has been reached.
< Performance: 
< Vehicles: 
<  Inserted: 2035 (Loaded: 3328)
<  Running: 878
<  Waiting: 162
< Statistics (avg of 1157):
<  RouteLength: 19994.01
<  Speed: 26.89
<  Duration: 755.39
<  WaitingTime: 3.43
<  TimeLoss: 195.46
<  DepartDelay: 158.18
< 

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : cf_model fundamental circle_2lane_idm ( Last six runs Oct2022 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
---------- Differences in output ----------
5,20d4
< Simulation ended at time: 7200.00
< Reason: The final simulation step has been reached.
< Performance: 
< Vehicles: 
<  Inserted: 115
<  Running: 115
<  Waiting: 0
< Statistics (avg of 115):
<  RouteLength: 160434.60
<  Speed: 22.29
<  Duration: 7199.03
<  WaitingTime: 0.00
<  TimeLoss: 1385.63
<  DepartDelay: 0.50
<  DepartDelayWaiting: 0.00
< 

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : cf_model fundamental circle_idm_d40 ( Last six runs Oct2022 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
---------- Differences in output ----------
5,20d4
< Simulation ended at time: 14400.00
< Reason: The final simulation step has been reached.
< Performance: 
< Vehicles: 
<  Inserted: 40 (Loaded: 1000)
<  Running: 40
<  Waiting: 0
< Statistics (avg of 40):
<  RouteLength: 218047.31
<  Speed: 15.14
<  Duration: 14399.02
<  WaitingTime: 0.00
<  TimeLoss: 7058.22
<  DepartDelay: 0.95
<  DepartDelayWaiting: 0.00
< 

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : cf_model fundamental circle_krauss_d30_t1 ( Last six runs Oct2022 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
---------- Differences in output ----------
5,20d4
< Simulation ended at time: 14400.00
< Reason: The final simulation step has been reached.
< Performance: 
< Vehicles: 
<  Inserted: 30 (Loaded: 1000)
<  Running: 30
<  Waiting: 0
< Statistics (avg of 30):
<  RouteLength: 231452.72
<  Speed: 16.07
<  Duration: 14399.03
<  WaitingTime: 23.07
<  TimeLoss: 6682.94
<  DepartDelay: 0.95
<  DepartDelayWaiting: 0.00
< 

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : cf_model fundamental circle_krauss_d50_t0.8 ( Last six runs Oct2022 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
---------- Differences in output ----------
5,20d4
< Simulation ended at time: 14400.00
< Reason: The final simulation step has been reached.
< Performance: 
< Vehicles: 
<  Inserted: 50 (Loaded: 1000)
<  Running: 50
<  Waiting: 0
< Statistics (avg of 50):
<  RouteLength: 125533.25
<  Speed: 8.72
<  Duration: 14399.02
<  WaitingTime: 2.24
<  TimeLoss: 10163.68
<  DepartDelay: 0.95
<  DepartDelayWaiting: 0.00
< 

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : cf_model fundamental krauss_t0.9_s0.8 ( Last six runs Oct2022 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
---------- Differences in output ----------
5,19d4
< Simulation ended at time: 3600.00
< Reason: The final simulation step has been reached.
< Performance: 
< Vehicles: 
<  Inserted: 2157 (Loaded: 3000)
<  Running: 769
<  Waiting: 2
< Statistics (avg of 1388):
<  RouteLength: 19994.90
<  Speed: 16.58
<  Duration: 1206.53
<  WaitingTime: 0.17
<  TimeLoss: 228.96
<  DepartDelay: 3.42
< 

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : cf_model fundamental krauss_t0.9_s1 ( Last six runs Oct2022 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
1a2,11
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
---------- Differences in output ----------
5,19d4
< Simulation ended at time: 3600.00
< Reason: The final simulation step has been reached.
< Performance: 
< Vehicles: 
<  Inserted: 2026 (Loaded: 3000)
<  Running: 320
<  Waiting: 3
< Statistics (avg of 1706):
<  RouteLength: 19994.90
<  Speed: 30.33
<  Duration: 669.36
<  WaitingTime: 5.39
<  TimeLoss: 181.16
<  DepartDelay: 3.33
< 

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : extended calibrator speed_only_swallow_downstream_jam ( Last six runs Oct2022 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in aggregated25 ----------
17d16
< </meandata>
---------- Differences in detector ----------
2a3,14
> <!-- generated on 2022-10-24 06:34:12 by Eclipse SUMO GUI Version v1_14_1+1886-cbcc9551378
> This data file and the accompanying materials
> are made available under the terms of the Eclipse Public License v2.0
> which accompanies this distribution, and is available at
> http://www.eclipse.org/legal/epl-v20.html
> This file may also be made available under the following Secondary
> Licenses when the conditions for such availability set forth in the Eclipse
> Public License 2.0 are satisfied: GNU General Public License, version 2
> or later which is available at
> https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
> SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
> <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">
4,7c16,47
< <calibratorstats xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/calibratorstats_file.xsd">
<     <interval begin="0.00" end="3600.00" id="swallow_jam" nVehContrib="531" removed="0" inserted="0" cleared="900" flow="531.00" aspiredFlow="-1.00" speed="1.24" aspiredSpeed="27.80"/>
<     <interval begin="3600.00" end="5400.00" id="swallow_jam" nVehContrib="167" removed="0" inserted="0" cleared="402" flow="334.00" aspiredFlow="-1.00" speed="1.04" aspiredSpeed="27.80"/>
< </calibratorstats>
---
>     <input>
>         <net-file value="three_split.net.xml"/>
>         <route-files value="input_routes.rou.xml"/>
>         <additional-files value="input_additional.add.xml"/>
>     </input>
> 
>     <output>
>         <write-license value="true"/>
>     </output>
> 
>     <time>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : extended calibrator swallow_downstream_jam ( Last six runs Oct2022 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in aggregated25 ----------
17d16
< </meandata>
---------- Differences in detector ----------
2a3,14
> <!-- generated on 2022-10-24 06:34:12 by Eclipse SUMO GUI Version v1_14_1+1886-cbcc9551378
> This data file and the accompanying materials
> are made available under the terms of the Eclipse Public License v2.0
> which accompanies this distribution, and is available at
> http://www.eclipse.org/legal/epl-v20.html
> This file may also be made available under the following Secondary
> Licenses when the conditions for such availability set forth in the Eclipse
> Public License 2.0 are satisfied: GNU General Public License, version 2
> or later which is available at
> https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
> SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
> <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">
4,7c16,47
< <calibratorstats xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/calibratorstats_file.xsd">
<     <interval begin="0.00" end="3600.00" id="swallow_jam" nVehContrib="534" removed="0" inserted="72" cleared="969" flow="534.00" aspiredFlow="2500.00" speed="1.22" aspiredSpeed="27.80"/>
<     <interval begin="3600.00" end="5400.00" id="swallow_jam" nVehContrib="211" removed="0" inserted="211" cleared="569" flow="422.00" aspiredFlow="2500.00" speed="1.05" aspiredSpeed="27.80" vaporizedOnNextEdge="1"/>
< </calibratorstats>
---
>     <input>
>         <net-file value="three_split.net.xml"/>
>         <route-files value="input_routes.rou.xml"/>
>         <additional-files value="input_additional.add.xml"/>
>     </input>
> 
>     <output>
>         <write-license value="true"/>
>     </output>
> 
>     <time>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : extended calibrator swallow_downstream_jam_disabled ( Last six runs Oct2022 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in aggregated25 ----------
2a3,14
> <!-- generated on 2022-10-24 06:34:12 by Eclipse SUMO GUI Version v1_14_1+1886-cbcc9551378
> This data file and the accompanying materials
> are made available under the terms of the Eclipse Public License v2.0
> which accompanies this distribution, and is available at
> http://www.eclipse.org/legal/epl-v20.html
> This file may also be made available under the following Secondary
> Licenses when the conditions for such availability set forth in the Eclipse
> Public License 2.0 are satisfied: GNU General Public License, version 2
> or later which is available at
> https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
> SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
> <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">
4,17c16,47
< <meandata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/meandata_file.xsd">
<     <interval begin="0.00" end="3600.00" id="expect_2500_vehs">
<         <edge id="beg" sampledSeconds="195176.87" traveltime="379.72" overlapTraveltime="383.80" density="108.43" laneDensity="108.43" occupancy="53.94" waitingTime="51.00" timeLoss="185939.11" speed="1.32" speedRelative="0.05" departed="543" arrived="0" entered="0" left="485" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="beg2left" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="beg2right" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="end" sampledSeconds="195547.09" traveltime="500.00" overlapTraveltime="501.95" density="108.64" laneDensity="108.64" occupancy="53.96" waitingTime="0.00" timeLoss="697.85" speed="1.01" speedRelative="1.01" departed="0" arrived="0" entered="419" left="360" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="left" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="left2end" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="middle" sampledSeconds="412389.85" traveltime="858.67" overlapTraveltime="863.58" density="114.55" laneDensity="114.55" occupancy="56.99" waitingTime="0.00" timeLoss="392921.70" speed="1.16" speedRelative="0.04" departed="52" arrived="0" entered="485" left="419" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="rend" sampledSeconds="8334.97" traveltime="23.05" overlapTraveltime="23.23" density="4.63" laneDensity="4.63" occupancy="2.20" waitingTime="0.00" timeLoss="1816.55" speed="21.74" speedRelative="0.78" departed="0" arrived="358" entered="360" left="0" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="right" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
<         <edge id="right2end" sampledSeconds="0.00" departed="0" arrived="0" entered="0" left="0" laneChangedFrom="0" laneChangedTo="0"/>
<     </interval>
< </meandata>
---
>     <input>
<truncated after showing first 30 lines>
---------- Differences in detector ----------
2a3,14
> <!-- generated on 2022-10-24 06:34:12 by Eclipse SUMO GUI Version v1_14_1+1886-cbcc9551378
> This data file and the accompanying materials
> are made available under the terms of the Eclipse Public License v2.0
> which accompanies this distribution, and is available at
> http://www.eclipse.org/legal/epl-v20.html
> This file may also be made available under the following Secondary
> Licenses when the conditions for such availability set forth in the Eclipse
> Public License 2.0 are satisfied: GNU General Public License, version 2
> or later which is available at
> https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
> SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
> <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">
4,7c16,47
< <calibratorstats xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/calibratorstats_file.xsd">
<     <interval begin="0.00" end="3600.00" id="swallow_jam" nVehContrib="537" removed="0" inserted="52" cleared="0" flow="537.00" aspiredFlow="2500.00" speed="1.16" aspiredSpeed="27.80"/>
<     <interval begin="3600.00" end="5400.00" id="swallow_jam" nVehContrib="212" removed="0" inserted="0" cleared="0" flow="424.00" aspiredFlow="2500.00" speed="1.00" aspiredSpeed="27.80"/>
< </calibratorstats>
---
>     <input>
>         <net-file value="three_split.net.xml"/>
>         <route-files value="input_routes.rou.xml"/>
>         <additional-files value="input_additional.add.xml"/>
>     </input>
> 
>     <output>
>         <write-license value="true"/>
>     </output>
> 
>     <time>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : lc_model roundabout tls_no_cooperation high_traffic ( Last six runs Oct2022 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
---------- Differences in output ----------
5,21d4
< Simulation ended at time: 2917.00
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 1015
<  Running: 0
<  Waiting: 0
< Statistics (avg of 1015):
<  RouteLength: 617.06
<  Speed: 1.60
<  Duration: 548.65
<  WaitingTime: 380.28
<  TimeLoss: 502.58
<  DepartDelay: 372.55
< 
< DijkstraRouter answered 1660 queries and explored 5.04 edges on average.
< DijkstraRouter spent (TIME) answering queries ((TIME) on average).

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : sublane_model bugs ticket7925 ( Last six runs Oct2022 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
---------- Differences in output ----------
4,18d3
< Simulation ended at time: 1544.00
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 1000
<  Running: 0
<  Waiting: 0
< Statistics (avg of 1000):
<  RouteLength: 407.33
<  Speed: 11.03
<  Duration: 37.16
<  WaitingTime: 0.02
<  TimeLoss: 7.50
<  DepartDelay: 247.20
< 

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : sublane_model bugs ticket9051 ( Last six runs Oct2022 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
---------- Differences in output ----------
4,18d3
< Simulation ended at time: 1130.00
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 1000
<  Running: 0
<  Waiting: 0
< Statistics (avg of 1000):
<  RouteLength: 994.90
<  Speed: 15.32
<  Duration: 66.28
<  WaitingTime: 0.00
<  TimeLoss: 14.53
<  DepartDelay: 10.43
< 

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : sublane_model motorway onOffRamp_short ( Last six runs Oct2022 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
---------- Differences in output ----------
4,18d3
< Simulation ended at time: 100006.00
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 9822
<  Running: 0
<  Waiting: 0
< Statistics (avg of 9822):
<  RouteLength: 211.50
<  Speed: 17.24
<  Duration: 12.73
<  WaitingTime: 0.08
<  TimeLoss: 3.97
<  DepartDelay: 0.00
< 

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : sublane_model motorway onOffRamp_short_extraConnection ( Last six runs Oct2022 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
---------- Differences in output ----------
4,18d3
< Simulation ended at time: 100005.00
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 9822
<  Running: 0
<  Waiting: 0
< Statistics (avg of 9822):
<  RouteLength: 211.54
<  Speed: 17.47
<  Duration: 12.46
<  WaitingTime: 0.03
<  TimeLoss: 3.70
<  DepartDelay: 0.00
< 

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : sublane_model opposite_direction_driving bugs ticket3718 ( Last six runs Oct2022 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
---------- Differences in output ----------
4,20d3
< Simulation ended at time: 1277.60
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 61
<  Running: 0
<  Waiting: 0
< Statistics (avg of 61):
<  RouteLength: 2919.21
<  Speed: 8.87
<  Duration: 388.50
<  WaitingTime: 1.40
<  TimeLoss: 73.65
<  DepartDelay: 0.03
< 
< DijkstraRouter answered 60 queries and explored 4.00 edges on average.
< DijkstraRouter spent (TIME) answering queries ((TIME) on average).

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : sublane_model roundabout high_traffic ( Last six runs Oct2022 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
1c1,10
< Warning: Vehicle 'WE.76' performs emergency braking on lane ':RS_4_1' with decel=9.00, wished=4.50, severity=1.00, time=1035.00.
---
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
---------- Differences in output ----------
5,21d4
< Simulation ended at time: 1192.00
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 1015
<  Running: 0
<  Waiting: 0
< Statistics (avg of 1015):
<  RouteLength: 618.27
<  Speed: 5.00
<  Duration: 152.06
<  WaitingTime: 40.48
<  TimeLoss: 105.78
<  DepartDelay: 1.60
< 
< DijkstraRouter answered 1015 queries and explored 5.09 edges on average.
< DijkstraRouter spent (TIME) answering queries ((TIME) on average).

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : sublane_model roundabout mixed high_traffic ( Last six runs Oct2022 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
1c1,10
< Warning: Vehicle 'WN.44' performs emergency braking on lane ':RS_4_1' with decel=7.00, wished=4.00, severity=1.00, time=763.00.
---
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
---------- Differences in output ----------
5,21d4
< Simulation ended at time: 1268.00
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 1015
<  Running: 0
<  Waiting: 0
< Statistics (avg of 1015):
<  RouteLength: 618.09
<  Speed: 4.44
<  Duration: 175.49
<  WaitingTime: 51.61
<  TimeLoss: 129.25
<  DepartDelay: 3.93
< 
< DijkstraRouter answered 1024 queries and explored 5.10 edges on average.
< DijkstraRouter spent (TIME) answering queries ((TIME) on average).

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : sublane_model roundabout no_cooperation high_traffic ( Last six runs Oct2022 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
0a1,10
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55: runtime error: implicit conversion from type 'int' of value 65036 (32-bit, signed) to type 'stbtt_int16' (aka 'short') changed the value to -500 (16-bit, signed)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/stb_truetype.h:1223:55 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9: runtime error: implicit conversion from type 'int' of value -16777216 (32-bit, signed) to type 'unsigned int' changed the value to 4278190080 (32-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/glfontstash.h:143:9 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4: runtime error: unsigned integer overflow: 4292344367 + 4273983864 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:353:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4: runtime error: unsigned integer overflow: 4251817097 + 2472261631 cannot be represented in type 'unsigned int'
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:355:4 in 
> /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24: runtime error: implicit conversion from type 'int' of value -16 (32-bit, signed) to type 'unsigned long' changed the value to 18446744073709551600 (64-bit, unsigned)
> SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/delphi/clangDebug/sumo/src/foreign/fontstash/fontstash.h:455:24 in 
---------- Differences in output ----------
5,21d4
< Simulation ended at time: 1566.00
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 1015
<  Running: 0
<  Waiting: 0
< Statistics (avg of 1015):
<  RouteLength: 617.70
<  Speed: 3.30
<  Duration: 254.31
<  WaitingTime: 119.85
<  TimeLoss: 208.14
<  DepartDelay: 80.33
< 
< DijkstraRouter answered 1334 queries and explored 5.10 edges on average.
< DijkstraRouter spent (TIME) answering queries ((TIME) on average).